org.apache.xalan.xsltc.dom
public final class UnionIterator extends DTMAxisIteratorBase
END| Constructor and Description |
|---|
UnionIterator(DOM dom) |
| Modifier and Type | Method and Description |
|---|---|
UnionIterator |
addIterator(DTMAxisIterator iterator) |
DTMAxisIterator |
cloneIterator()
Returns a deep copy of this iterator.
|
void |
gotoMark()
Restores the current node remembered by setMark().
|
int |
next()
Get the next node in the iteration.
|
DTMAxisIterator |
reset()
Resets the iterator to the last start node.
|
void |
setMark()
Remembers the current node for the next call to gotoMark().
|
DTMAxisIterator |
setStartNode(int node)
Set start to END should 'close' the iterator,
i.e. subsequent call to next() should return END.
|
getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse, setRestartablepublic UnionIterator(DOM dom)
public DTMAxisIterator cloneIterator()
DTMAxisIteratorBasecloneIterator in interface DTMAxisIteratorcloneIterator in class DTMAxisIteratorBasepublic UnionIterator addIterator(DTMAxisIterator iterator)
public int next()
DTMAxisIteratorpublic DTMAxisIterator setStartNode(int node)
DTMAxisIteratornode - Sets the root of the iteration.public void setMark()
DTMAxisIteratorpublic void gotoMark()
DTMAxisIteratorpublic DTMAxisIterator reset()
DTMAxisIteratorreset in interface DTMAxisIteratorreset in class DTMAxisIteratorBaseCopyright ? 2005 Apache XML Project. All Rights Reserved.