
| 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.
|
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.