protected final class DomNode.DescendantDomElementsIterator extends Object implements Iterator<DomElement>
Constructor and Description |
---|
DescendantDomElementsIterator()
Creates a new instance which iterates over the specified node type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
DomElement |
next() |
DomElement |
nextNode() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public DescendantDomElementsIterator()
public boolean hasNext()
hasNext
in interface Iterator<DomElement>
public DomElement next()
next
in interface Iterator<DomElement>
public void remove()
remove
in interface Iterator<DomElement>
public DomElement nextNode()
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.