protected class DomNode.DescendantElementsIterator extends Object implements Iterator<HtmlElement>
| Modifier | Constructor and Description |
|---|---|
protected |
DomNode.DescendantElementsIterator() |
protected DomNode.DescendantElementsIterator()
public boolean hasNext()
hasNext in interface Iterator<HtmlElement>public HtmlElement next()
next in interface Iterator<HtmlElement>public void remove()
throws UnsupportedOperationException
remove in interface Iterator<HtmlElement>UnsupportedOperationException - alwayspublic HtmlElement nextElement()
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.