public class MergeIterator extends NodeIterator
_contextNode, _env, _position, _size, log
Constructor and Description |
---|
MergeIterator(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.
|
SelectedNode |
nextSelectedNode()
Returns the next selected.
|
copy, getContextNode, getContextPosition, getContextSize, getCurrentNode, getFunction, getOwnerDocument, getPositionIndex, getStylesheetEnv, getVar, next, remove, setContextNode, setMorePositions, stringValue, systemProperty
public MergeIterator(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()
nextNode
in class NodeIterator
public SelectedNode nextSelectedNode()
nextSelectedNode
in class NodeIterator
public java.lang.Object clone()
clone
in class NodeIterator