protected class HtmlElement.ChildElementsIterator extends Object implements Iterator<HtmlElement>
Modifier | Constructor and Description |
---|---|
protected |
ChildElementsIterator()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
HtmlElement |
next() |
HtmlElement |
nextElement() |
void |
remove()
Removes the current one.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
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 nextElement()
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.