public class UniqueIterator extends NodeIterator
_contextNode, _env, _position, _size, log| Constructor and Description |
|---|
UniqueIterator(ExprEnvironment env)
Zero arg constructor.
|
UniqueIterator(ExprEnvironment env,
NodeIterator baseIterator)
Creates a merge iterator with a given base.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a clone
|
boolean |
hasNext()
True if there are more nodes.
|
org.w3c.dom.Node |
nextNode()
Returns the next node.
|
copy, getContextNode, getContextPosition, getContextSize, getCurrentNode, getFunction, getOwnerDocument, getPositionIndex, getStylesheetEnv, getVar, next, nextSelectedNode, remove, setContextNode, setMorePositions, stringValue, systemPropertypublic UniqueIterator(ExprEnvironment env)
public UniqueIterator(ExprEnvironment env, NodeIterator baseIterator) throws XPathException
XPathExceptionpublic boolean hasNext()
hasNext in interface java.util.Iterator<org.w3c.dom.Node>hasNext in class NodeIteratorpublic org.w3c.dom.Node nextNode()
throws XPathException
nextNode in class NodeIteratorXPathExceptionpublic java.lang.Object clone()
clone in class NodeIterator