Methods
|
|
_xml_addChild
_xml_addLiteral
_xml_addText
_xml_finish
_xml_newTag
|
|
_xml_addChild
|
_xml_addChild ( data )
Add data to element's children
|
|
_xml_addLiteral
|
_xml_addLiteral ( xml )
Return a new subnode for literals such as comments, PIs, etc.
|
|
_xml_addText
|
_xml_addText ( xml )
Return a new subnode for text
|
|
_xml_finish
|
_xml_finish ()
Return finished value to be passed to parent's addChild()
|
|
_xml_newTag
|
_xml_newTag (
name,
attrs,
newPrefixes,
parser,
)
Create and return a subnode for a tag
|