Uses of Class
org.apache.xml.dtm.DTMAxisTraverser

Packages that use DTMAxisTraverser
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. 
org.apache.xml.dtm   
org.apache.xml.dtm.ref   
 

Uses of DTMAxisTraverser in org.apache.xalan.lib.sql
 

Methods in org.apache.xalan.lib.sql that return DTMAxisTraverser
 DTMAxisTraverser DTMDocument.getAxisTraverser(int parm1)
           
 

Uses of DTMAxisTraverser in org.apache.xml.dtm
 

Methods in org.apache.xml.dtm that return DTMAxisTraverser
 DTMAxisTraverser DTM.getAxisTraverser(int axis)
          This returns a stateless "traverser", that can navigate over an XPath axis, though not in document order.
 

Uses of DTMAxisTraverser in org.apache.xml.dtm.ref
 

Methods in org.apache.xml.dtm.ref that return DTMAxisTraverser
 DTMAxisTraverser DTMDefaultBaseTraversers.getAxisTraverser(int axis)
          This returns a stateless "traverser", that can navigate over an XPath axis, though perhaps not in document order.
 DTMAxisTraverser DTMDocumentImpl.getAxisTraverser(int axis)
          This returns a stateless "traverser", that can navigate over an XPath axis, though not in document order.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.