|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTMAxisIterator | |
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.xml.dtm | |
org.apache.xml.dtm.ref | |
org.apache.xpath.axes | Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. |
Uses of DTMAxisIterator in org.apache.xalan.lib.sql |
Methods in org.apache.xalan.lib.sql that return DTMAxisIterator | |
DTMAxisIterator |
DTMDocument.getTypedAxisIterator(int parm1,
int parm2)
|
DTMAxisIterator |
DTMDocument.getAxisIterator(int parm1)
|
Uses of DTMAxisIterator in org.apache.xml.dtm |
Methods in org.apache.xml.dtm that return DTMAxisIterator | |
DTMAxisIterator |
DTMAxisIterator.reset()
Resets the iterator to the last start node. |
DTMAxisIterator |
DTMAxisIterator.setStartNode(int node)
Set start to END should 'close' the iterator, i.e. |
DTMAxisIterator |
DTMAxisIterator.cloneIterator()
|
DTMAxisIterator |
DTM.getAxisIterator(int axis)
This is a shortcut to the iterators that implement XPath axes. |
DTMAxisIterator |
DTM.getTypedAxisIterator(int axis,
int type)
Get an iterator that can navigate over an XPath Axis, predicated by the extended type ID. |
Uses of DTMAxisIterator in org.apache.xml.dtm.ref |
Classes in org.apache.xml.dtm.ref that implement DTMAxisIterator | |
class |
DTMAxisIteratorBase
This class serves as a default base for implementations of DTMAxisIterators. |
Methods in org.apache.xml.dtm.ref that return DTMAxisIterator | |
DTMAxisIterator |
DTMDefaultBaseIterators.getTypedAxisIterator(int axis,
int type)
Get an iterator that can navigate over an XPath Axis, predicated by the extended type ID. |
DTMAxisIterator |
DTMDefaultBaseIterators.getAxisIterator(int axis)
This is a shortcut to the iterators that implement the XPath axes. |
DTMAxisIterator |
DTMAxisIteratorBase.reset()
|
DTMAxisIterator |
DTMAxisIteratorBase.includeSelf()
Set the flag to include the start node in the iteration. |
DTMAxisIterator |
DTMAxisIteratorBase.cloneIterator()
Returns a deep copy of this iterator. |
DTMAxisIterator |
DTMDocumentImpl.getAxisIterator(int axis)
This is a shortcut to the iterators that implement the supported XPath axes (only namespace::) is not supported. |
DTMAxisIterator |
DTMDocumentImpl.getTypedAxisIterator(int axis,
int type)
Get an iterator that can navigate over an XPath Axis, predicated by the extended type ID. |
Uses of DTMAxisIterator in org.apache.xpath.axes |
Constructors in org.apache.xpath.axes with parameters of type DTMAxisIterator | |
OneStepIterator.OneStepIterator(DTMAxisIterator iterator,
int axis)
Create a OneStepIterator object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |