Uses of Class
org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.IndexedDTMAxisTraverser

Packages that use DTMDefaultBaseTraversers.IndexedDTMAxisTraverser
org.apache.xml.dtm.ref   
 

Uses of DTMDefaultBaseTraversers.IndexedDTMAxisTraverser in org.apache.xml.dtm.ref
 

Subclasses of DTMDefaultBaseTraversers.IndexedDTMAxisTraverser 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.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.