Constructor and Description |
---|
DOMElementIterator(NodeList nodeList)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Element |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public DOMElementIterator(NodeList nodeList)
nodeList
- is a list of DOM nodes.