Creates an XML Dom representation.
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
createDataNode(self,
tagName,
data)
createDataNode s are the building blocks of the XML
documents constructed in this module. |
|
|
|
createElement(self,
name) |
|
|
|
createTextNode(self,
name) |
|
|
|
getElementById(self,
name) |
|
|
|
getLinkableObjectId(self,
obj) |
|
|
|
|
|
|
|
registerLinkableObject(self,
obj,
node)
Returns a unique object id for object obj . |
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|