XNode is similar to the XML nodes and contain information about child nodes and attributes of the document node.
The following API provide access to the XDocument nodes and their properties.
|
Load content of the node into XStorage cash for processing. | |
|
Returns number of child nodes and attributes for selected node | |
|
Add attribute to current node | |
|
Delete node of the document | |
|
Retuns ASCII presentation of XML node and it's childs | |
|
Creates XML string from given node and saves it into the file. | |
|
Returns next NODE following the given current | |
|
Returns prev NODE for the given current | |
|
Returns type of the node |