Modifier and Type | Field and Description |
---|---|
private int |
index
Store the next node
|
private NodeList |
nodelist
The
NodeList to iterate over. |
Constructor and Description |
---|
XMLNodeListIterator(NodeList nl)
Constructor with first element to iterate over.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Check if the next node is defined.
|
Node |
next()
Return next and advance iterator.
|
void |
remove()
Removal: unsupported operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public XMLNodeListIterator(NodeList nl)
nl
- NodeList to iterate over.public boolean hasNext()
public Node next()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.