Uses of Class
org.loboevolution.apache.xml.dtm.DTMAxisTraverser
Packages that use DTMAxisTraverser
Package
Description
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
-
Uses of DTMAxisTraverser in org.loboevolution.apache.xml.dtm
Methods in org.loboevolution.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.loboevolution.apache.xml.dtm.ref
Fields in org.loboevolution.apache.xml.dtm.ref declared as DTMAxisTraverserModifier and TypeFieldDescriptionprotected DTMAxisTraverser[]
DTMDefaultBase.m_traversers
Stateless axis traversers, lazely built.Methods in org.loboevolution.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 not in document order. -
Uses of DTMAxisTraverser in org.loboevolution.apache.xpath.axes
Fields in org.loboevolution.apache.xpath.axes declared as DTMAxisTraverserModifier and TypeFieldDescriptionprotected DTMAxisTraverser
AxesWalker.m_traverser
The DTM inner traversal class, that corresponds to the super axis.protected DTMAxisTraverser
ChildTestIterator.m_traverser
The traverser to use to navigate over the descendants.protected DTMAxisTraverser
DescendantIterator.m_traverser
The traverser to use to navigate over the descendants.Constructors in org.loboevolution.apache.xpath.axes with parameters of type DTMAxisTraverserModifierConstructorDescriptionChildTestIterator
(DTMAxisTraverser traverser) Create a ChildTestIterator object.