createElement #
Creates and adds an element node to the current node.
createElementWithTextValue #
Creates an element node w/a text child node and adds to the current node
getDocumentElement #
Gets the document element node of the XMLDocument2.
getFirstNode #
Gets the first node in the specified xpath
getNextNode #
Gets the node after the specified node
getNode #
Gets the node specified in the xpath
getNodeText #
Gets all the text child nodes from the node referenced in the xpath
isValid #
Checks if the XMLDocument is valid
parseXML #
Parses the XML string and loads it into the XMLDocument2 object|
setCurrentElement #
Makes the node passed in as a parameter the current node
toString #
Returns a string containing the XML