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, systemProperty
public UniqueIterator(ExprEnvironment env)
public UniqueIterator(ExprEnvironment env, NodeIterator baseIterator) throws XPathException
XPathException
public boolean hasNext()
hasNext
in interface java.util.Iterator<org.w3c.dom.Node>
hasNext
in class NodeIterator
public org.w3c.dom.Node nextNode() throws XPathException
nextNode
in class NodeIterator
XPathException
public java.lang.Object clone()
clone
in class NodeIterator