Package | Description |
---|---|
org.apache.xalan.lib.sql |
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
|
org.apache.xalan.xsltc.dom | |
org.apache.xml.dtm | |
org.apache.xml.dtm.ref | |
org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
Modifier and Type | Method and Description |
---|---|
DTMAxisTraverser |
DTMDocument.getAxisTraverser(int parm1) |
Modifier and Type | Method and Description |
---|---|
DTMAxisTraverser |
SimpleResultTreeImpl.getAxisTraverser(int axis) |
DTMAxisTraverser |
AdaptiveResultTreeImpl.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 |
DTMDocumentImpl.getAxisTraverser(int axis)
This returns a stateless "traverser", that can navigate over an
XPath axis, though not in document order.
|
DTMAxisTraverser |
DTMDefaultBaseTraversers.getAxisTraverser(int axis)
This returns a stateless "traverser", that can navigate
over an XPath axis, though perhaps not in document order.
|
Modifier and Type | Field and Description |
---|---|
protected DTMAxisTraverser |
MatchPatternIterator.m_traverser
The DTM inner traversal class, that corresponds to the super axis.
|
protected DTMAxisTraverser |
DescendantIterator.m_traverser
The traverser to use to navigate over the descendants.
|
protected DTMAxisTraverser |
ChildTestIterator.m_traverser
The traverser to use to navigate over the descendants.
|
protected DTMAxisTraverser |
AxesWalker.m_traverser
The DTM inner traversal class, that corresponds to the super axis.
|
Constructor and Description |
---|
ChildTestIterator(DTMAxisTraverser traverser)
Create a ChildTestIterator object.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.