protected static class DomElement.ChildElementsIterator extends Object implements Iterator<DomElement>
Modifier | Constructor and Description |
---|---|
protected |
ChildElementsIterator(DomNode domNode)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
DomElement |
next() |
void |
remove()
Removes the current one.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected ChildElementsIterator(DomNode domNode)
domNode
- the parentpublic boolean hasNext()
hasNext
in interface Iterator<DomElement>
public DomElement next()
next
in interface Iterator<DomElement>
public void remove()
remove
in interface Iterator<DomElement>
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.