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

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

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

Subclasses of DTMDefaultBaseTraversers.DescendantOrSelfTraverser 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.RootTraverser
          Implements traversal of the Self axis.