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