Uses of Class
org.apache.xml.dtm.DTMAxisTraverser
Packages that use DTMAxisTraverser
Package
Description
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
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 -
Uses of DTMAxisTraverser in org.apache.xalan.xsltc.dom
Methods in org.apache.xalan.xsltc.dom that return DTMAxisTraverserModifier and TypeMethodDescriptionAdaptiveResultTreeImpl.getAxisTraverser
(int axis) SimpleResultTreeImpl.getAxisTraverser
(int axis) -
Uses of DTMAxisTraverser in org.apache.xml.dtm
Methods in org.apache.xml.dtm that return DTMAxisTraverserModifier and TypeMethodDescriptionDTM.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 DTMAxisTraverserModifier and TypeMethodDescriptionDTMDefaultBaseTraversers.getAxisTraverser
(int axis) This returns a stateless "traverser", that can navigate over an XPath axis, though perhaps not in document order.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 DTMAxisTraverserModifierConstructorDescriptionChildTestIterator
(DTMAxisTraverser traverser) Create a ChildTestIterator object.