private class |
DTMDefaultBaseTraversers.AllFromNodeTraverser |
Implements traversal of the entire subtree, including the root node.
|
private class |
DTMDefaultBaseTraversers.AllFromRootTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.AncestorOrSelfTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.AncestorTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.AttributeTraverser |
Implements traversal of the Attribute access
|
private class |
DTMDefaultBaseTraversers.ChildTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.DescendantFromRootTraverser |
A non-xpath axis, returns all nodes that aren't namespaces or attributes, from but not
including the root.
|
private class |
DTMDefaultBaseTraversers.DescendantOrSelfFromRootTraverser |
A non-xpath axis, returns all nodes that aren't namespaces or attributes, from and including
the root.
|
private class |
DTMDefaultBaseTraversers.DescendantOrSelfTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.DescendantTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.FollowingSiblingTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.FollowingTraverser |
Implements traversal of the following access, in document order.
|
private class |
DTMDefaultBaseTraversers.IndexedDTMAxisTraverser |
Super class for derived classes that want a convenient way to access the indexing mechanism.
|
private class |
DTMDefaultBaseTraversers.NamespaceDeclsTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.NamespaceTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.ParentTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.PrecedingAndAncestorTraverser |
Implements traversal of the Ancestor and the Preceding axis, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.PrecedingSiblingTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.PrecedingTraverser |
Implements traversal of the Ancestor access, in reverse document order.
|
private class |
DTMDefaultBaseTraversers.RootTraverser |
Implements traversal of the Self axis.
|
private class |
DTMDefaultBaseTraversers.SelfTraverser |
Implements traversal of the Self axis.
|