
| Constructor and Description |
|---|
XMLNodeIterator(Node first)
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, waitforEachRemainingprivate Node next
public XMLNodeIterator(Node first)
first - first child of parent node.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.