XDocument Methods |
The XDocument type exposes the following members.
Name | Description | |
---|---|---|
AsXmlArray | Return the children of a node as a XPP specific XML array | |
ClearActions | Clear all actions on a document | |
ClearAllErrors | Clear all errors | |
Close | CLose an opened XML document | |
CloseAllDocuments | Close all open document | |
FindAllChildTags | ||
FindChildTag | Find a child tag in an XML Node | |
FindError | Find error by ID | |
FindFirstChildTag | Find a child tag in an XML Node | |
FindParent | Get ID for the parent of an XML node | |
FindTag | Get a list of the tags in an XML Node | |
GetDocument | Find an open XDocument object by its unique handle | |
GetErrors | Get list of all errors | |
GetErrorsForDocument | Get error for a specific document | |
Initialize | Initialize the static variables | |
NewHandle | Allocate new XDocument handle | |
OpenFile | Open an XML File | |
OpenText | Open a XML document from a string | |
PerformActions | Perform actions on an XML node. | |
Process | Process an opened XML document | |
ProcessNodes | Loop through all the actions and process each node that matches the actions | |
RegisterError | ||
SelectNodes | Select Nodes via XPath selection | |
SetAction | Set an action on a XML node | |
WalkNode | Walk all nodes and add them to the collections on the document class |