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.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.FollowingTraverser |
Implements traversal of the following access, in document order.
|
private class |
DTMDefaultBaseTraversers.RootTraverser |
Implements traversal of the Self axis.
|