| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xalan.external.xsltc.dom | |
| jdk7u.jaxp.org.apache.xml.external.dtm | |
| jdk7u.jaxp.org.apache.xml.external.dtm.ref | |
| jdk7u.jaxp.org.apache.xpath.external.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| Modifier and Type | Method and Description |
|---|---|
DTMAxisTraverser |
AdaptiveResultTreeImpl.getAxisTraverser(int axis) |
DTMAxisTraverser |
SimpleResultTreeImpl.getAxisTraverser(int axis) |
| Modifier and Type | Method and Description |
|---|---|
DTMAxisTraverser |
DTM.getAxisTraverser(int axis)
This returns a stateless "traverser", that can navigate over an
XPath axis, though not in document order.
|
| Modifier and Type | Field and Description |
|---|---|
protected DTMAxisTraverser[] |
DTMDefaultBase.m_traversers
Stateless axis traversers, lazely built.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected 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.
|
protected DTMAxisTraverser |
MatchPatternIterator.m_traverser
The DTM inner traversal class, that corresponds to the super axis.
|
| Constructor and Description |
|---|
ChildTestIterator(DTMAxisTraverser traverser)
Create a ChildTestIterator object.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.