Class | Description |
---|---|
Node |
Data tree node representation
|
NodeData |
Representation of a data node in a data tree.
|
NodeElement |
Representation of an element node in a data tree.
|
Position |
Representation of the position address in a data tree.
|
Stats |
Container for basic statistics about particular data trees.
|
Tree |
Data tree representation for XML documents.
|
XmlParser |
Implementation of SAX parser for building data trees for XML documents.
|
Enum | Description |
---|---|
Node.Type |
Enumeration of node types.
|