org.apache.xalan.xsltc.dom
Class UnionIterator
- Cloneable, DTMAxisIterator
public final class UnionIterator
UnionIterator takes a set of NodeIterators and produces
a merged NodeSet in document order with duplicates removed
The individual iterators are supposed to generate nodes
in document order
- Jacek Ambroziak
- Santiago Pericas-Geertsen
cloneIterator , getAxis , getLast , getNodeByPosition , getPosition , getStartNode , includeSelf , isDocOrdered , isReverse , reset , setRestartable |
UnionIterator
public UnionIterator(DOM dom)
cloneIterator
public DTMAxisIterator cloneIterator()
Returns a deep copy of this iterator. Cloned iterators may not be
restartable. The iterator being cloned may or may not become
non-restartable as a side effect of this operation.
- cloneIterator in interface DTMAxisIterator
- cloneIterator in interface DTMAxisIteratorBase
- a deep copy of this iterator.
Copyright B) 2004 Apache XML Project. All Rights Reserved.