Methods
|
|
__init__
jelly
jellyToNode
prepareElement
|
|
__init__
|
__init__ ( self )
|
|
jelly
|
jelly ( self, obj )
Create a document representing the current object, and return it.
|
|
jellyToNode
|
jellyToNode ( self, obj )
Create a node representing the given object and return it.
Exceptions
|
|
"Unsupported type: %s" % objType.__name__
|
|
|
prepareElement
|
prepareElement (
self,
element,
object,
)
|
|