CCRxXMLGenerator
From oWiki
Contents |
The XML generator supports the following functions:
Methods
addNode( path, value )
path: string
value: string
Add a node to the internal XML tree.
addAttribute( path, key, value )
path: string
key: string
value: string
Add an attribute to an existing node.
clear()
Clear the internal XML tree.
generate()
Return: an xml document.
Generate XML from the internal XML tree.
