documentElement (get) | Returns the root element of the document. |
createElement | Creates an element node using the specified name. |
load | Loads an XML document from the specified location. |
nodeFromID | Returns the node whose ID attribute matches the supplied value. |
save | Saves an XML document to the specified location. |
selectNodes | Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes. |
selectSingleNode | Applies the specified pattern to this node's context and returns the first matching node. |