public final class XMLNodeIterator
extends java.lang.Object
implements java.util.Iterator<org.w3c.dom.Node>
Modifier and Type | Field and Description |
---|---|
private org.w3c.dom.Node |
next
Store the next node
|
Constructor and Description |
---|
XMLNodeIterator(org.w3c.dom.Node first)
Constructor with first element to iterate over.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Check if the next node is defined.
|
org.w3c.dom.Node |
next()
Return next and advance iterator.
|
Copyright © 2019 ELKI Development Team. License information.