Uses of Class
org.apache.xml.dtm.DTMAxisTraverser
-
Packages that use DTMAxisTraverser Package Description 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 Modifier and Type Method Description DTMAxisTraverser
DTMDocument. getAxisTraverser(int parm1)
-
Uses of DTMAxisTraverser in org.apache.xalan.xsltc.dom
Methods in org.apache.xalan.xsltc.dom that return DTMAxisTraverser Modifier and Type Method Description DTMAxisTraverser
AdaptiveResultTreeImpl. getAxisTraverser(int axis)
DTMAxisTraverser
SimpleResultTreeImpl. getAxisTraverser(int axis)
-
Uses of DTMAxisTraverser in org.apache.xml.dtm
Methods in org.apache.xml.dtm that return DTMAxisTraverser Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description ChildTestIterator(DTMAxisTraverser traverser)
Create a ChildTestIterator object.
-