Uses of Class
org.apache.xml.dtm.DTMAxisTraverser
| Package | Description |
|---|---|
| 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.xml.dtm
Methods in org.apache.xml.dtm that return DTMAxisTraverser Modifier and Type Method Description DTMAxisTraverserDTM. 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
Fields in org.apache.xml.dtm.ref declared as DTMAxisTraverser Modifier and Type Field Description protected DTMAxisTraverser[]DTMDefaultBase. m_traversersStateless axis traversers, lazely built.Methods in org.apache.xml.dtm.ref that return DTMAxisTraverser Modifier and Type Method Description DTMAxisTraverserDTMDefaultBaseTraversers. getAxisTraverser(int axis)This returns a stateless "traverser", that can navigate over an XPath axis, though perhaps not in document order.DTMAxisTraverserDTMDocumentImpl. 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
Fields in org.apache.xpath.axes declared as DTMAxisTraverser Modifier and Type Field Description protected DTMAxisTraverserAxesWalker. m_traverserThe DTM inner traversal class, that corresponds to the super axis.protected DTMAxisTraverserChildTestIterator. m_traverserThe traverser to use to navigate over the descendants.protected DTMAxisTraverserDescendantIterator. m_traverserThe traverser to use to navigate over the descendants.protected DTMAxisTraverserMatchPatternIterator. m_traverserThe DTM inner traversal class, that corresponds to the super axis.Constructors in org.apache.xpath.axes with parameters of type DTMAxisTraverser Constructor Description ChildTestIterator(DTMAxisTraverser traverser)Create a ChildTestIterator object.