| AncestorEnumeration | This class enumerates the ancestor:: or ancestor-or-self:: axes,
starting at a given node. |
| AttributeEnumeration | AttributeEnumeration is an enumeration of all the attribute nodes of an Element. |
| DescendantEnumeration | This class supports both the descendant:: and descendant-or-self:: axes, which are
identical except for the route to the first candidate node. |
| FollowingEnumeration | Enumerate the following axis starting at a given node. |
| NamespaceEnumeration | Enumeration of the namespace nodes of an element
|
| PrecedingEnumeration | Enumerate all the nodes on the preceding axis from a given start node. |
| PrecedingSiblingEnumeration | This class supports the preceding-sibling axis. |
| SiblingEnumeration | This class supports both the child:: and following-sibling:: axes, which are
identical except for the route to the first candidate node. |
| TinyAttributeImpl | A node in the XML parse tree representing an attribute. |
| TinyBuilder | The TinyBuilder class is responsible for taking a stream of SAX events and constructing
a Document tree, using the "TinyTree" implementation. |
| TinyCommentImpl | TinyCommentImpl is an implementation of CommentInfo
|
| TinyDocumentImpl | A node in the XML parse tree representing the Document itself (or equivalently, the root
node of the Document). |
| TinyElementImpl | A node in the XML parse tree representing an XML element. |
| TinyNamespaceImpl | A node in the XML parse tree representing a Namespace. |
| TinyNodeImpl | A node in the XML parse tree representing an XML element, character content, or attribute. |
| TinyParentNodeImpl | TinyParentNodeImpl is an implementation of a non-leaf node (specifically, an Element node
or a Document node)
|
| TinyProcInstImpl | TProcInstImpl is an implementation of ProcInstInfo
|
| TinyTextImpl | A node in the XML parse tree representing character content
|