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.xalan.xsltc.dom   
org.apache.xml.dtm   
org.apache.xml.dtm.ref   
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
 

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.xalan.xsltc.dom
 

Methods in org.apache.xalan.xsltc.dom that return DTMAxisTraverser
 DTMAxisTraverser SimpleResultTreeImpl.getAxisTraverser(int axis)
           
 DTMAxisTraverser AdaptiveResultTreeImpl.getAxisTraverser(int axis)
           
 

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.
 

Uses of DTMAxisTraverser in org.apache.xpath.axes
 

Constructors in org.apache.xpath.axes with parameters of type DTMAxisTraverser
ChildTestIterator.ChildTestIterator(DTMAxisTraverser traverser)
          Create a ChildTestIterator object.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.