Clears the value of the active element.
Deletes all attributes from the active element
Deletes all children of the active element.
Deletes an attribute from the active element
Deletes the first child node with the given name.
Deletes the Nth child node with the given name.
Get the value of an attribute for the active element.
Get the number of attributes for the active element.
Navigates into the first child node with the given name.
Navigates into the Nth child node with the given name.
Returns number of children of the active element.
Sets the active element to the current active element's parent (move one up).
Sets the active element to the root node (move to top).
Get the value of the active element.
Checks if an attribute exists for the active element.
Increments an attribute by the given amount for the active element.
Increments the value of the active element.
Creates a new child node at end of parent's sibling list.
Creates a blank document for writing new data into.
Opens an Xml document from disk.
Saves active Xml data to disk.
Set an attribute for the active element.
Set the value of the active element.