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 | Description |
---|---|---|
DTMAxisTraverser |
DTMDocument.getAxisTraverser(int parm1) |
Modifier and Type | Method | Description |
---|---|---|
DTMAxisTraverser |
AdaptiveResultTreeImpl.getAxisTraverser(int axis) |
|
DTMAxisTraverser |
SimpleResultTreeImpl.getAxisTraverser(int axis) |
Modifier and Type | Method | 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 | Method | 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.
|
Constructor | Description |
---|---|
ChildTestIterator(DTMAxisTraverser traverser) |
Create a ChildTestIterator object.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.