XML Nodes

ClearValue

Clears the value of the active element.

DeleteAllAttributes

Deletes all attributes from the active element

DeleteAllChildren

Deletes all children of the active element.

DeleteAttribute

Deletes an attribute from the active element

DeleteChild

Deletes the first child node with the given name.

DeleteChildAt

Deletes the Nth child node with the given name.

GetAttribute

Get the value of an attribute for the active element.

GetAttributeCount

Get the number of attributes for the active element.

GetChild

Navigates into the first child node with the given name.

GetChildAt

Navigates into the Nth child node with the given name.

GetChildCount

Returns number of children of the active element.

GetParent

Sets the active element to the current active element's parent (move one up).

GetRoot

Sets the active element to the root node (move to top).

GetValue

Get the value of the active element.

HasAttribute

Checks if an attribute exists for the active element.

IncAttribute

Increments an attribute by the given amount for the active element.

IncValue

Increments the value of the active element.

NewChild

Creates a new child node at end of parent's sibling list.

NewDocument

Creates a blank document for writing new data into.

OpenDocument

Opens an Xml document from disk.

SaveDocument

Saves active Xml data to disk.

SetAttribute

Set an attribute for the active element.

SetValue

Set the value of the active element.