protected class HtmlElement.ChildElementsIterator extends Object implements Iterator<HtmlElement>
Modifier | Constructor and Description |
---|---|
protected |
HtmlElement.ChildElementsIterator()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
HtmlElement |
next() |
HtmlElement |
nextElement() |
void |
remove()
Removes the current one.
|
protected HtmlElement.ChildElementsIterator()
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.