|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.html.DomNode.DescendantElementsIterator
protected class DomNode.DescendantElementsIterator
An iterator over all HtmlElement descendants in document order.
| Constructor Summary | |
|---|---|
protected |
DomNode.DescendantElementsIterator()
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
HtmlElement |
next()
|
HtmlElement |
nextElement()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DomNode.DescendantElementsIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<HtmlElement>public HtmlElement next()
next in interface java.util.Iterator<HtmlElement>
public void remove()
throws java.lang.UnsupportedOperationException
remove in interface java.util.Iterator<HtmlElement>java.lang.UnsupportedOperationException - alwayspublic HtmlElement nextElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||