Name |
Description |
Browser |
The Browser class tracks a position of interest within a DOM document which can be moved around as the document is explored. During traversal the Browser automatically skips over any non-element nodes in the underlying XmlDocument. |
Builder |
The Builder class extends Browser and adds methods that allow the underlying XmlDocument to be modified. |
DOM |
The DOM class contains utility functions that operate on a DOM tree, often combining several simpler operations or returning a more useful type. |
Logic |
The Logic class contains functions the make converting Clix based rules to C# easier. Rule set classes may be derived from this class to make access to the members more efficient. |
MutableNodeList |
The MutableNodeList class implements a XmlNodeList that can have its contents changed. |
NodeIndex |
The NodeIndex class builds an index of the elements that comprise a DOM tree to allow subsequent queries to be efficiently executed. |
SchemaSet |
The SchemaSet class hold a collection of ... |
Types |
The Types class contains a set of functions for extracting native type values from XML XmlElement content text strings. |
XPath |
The XPath class contains utility functions for creating XPath location strings and applying simple XPath like operations to a DOM tree. |
XmlUtility |
A collection of utility functions for traversing the structure of a DOM tree represented by a XmlDocument and its constitutent XmlNode instances. |