public final class UnionIterator extends MultiValuedNodeHeapIterator
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
author
Jacek Ambroziak
author
Santiago Pericas-Geertsen
Fields Summary
private final DOM
_dom
wrapper for NodeIterators to support iterator
comparison on the value of their next() method