|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTMDefaultBaseTraversers.DescendantTraverser | |
---|---|
org.apache.xml.dtm.ref |
Uses of DTMDefaultBaseTraversers.DescendantTraverser in org.apache.xml.dtm.ref |
---|
Subclasses of DTMDefaultBaseTraversers.DescendantTraverser in org.apache.xml.dtm.ref | |
---|---|
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.FollowingTraverser
Implements traversal of the following access, in document order. |
private class |
DTMDefaultBaseTraversers.RootTraverser
Implements traversal of the Self axis. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |