Uses of Class
org.loboevolution.apache.xml.dtm.DTMAxisTraverser
Package
Description
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
-
Uses of DTMAxisTraverser in org.loboevolution.apache.xml.dtm
Modifier 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
Modifier and TypeFieldDescriptionprotected DTMAxisTraverser[]
DTMDefaultBase.m_traversers
Stateless axis traversers, lazely built.Modifier 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
Modifier 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.ModifierConstructorDescriptionChildTestIterator
(DTMAxisTraverser traverser) Create a ChildTestIterator object.