|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.html.DomNode.ChildIterator
protected class DomNode.ChildIterator
An iterator over all children of this node.
Constructor Summary | |
---|---|
protected |
DomNode.ChildIterator()
|
Method Summary | |
---|---|
boolean |
hasNext()
|
DomNode |
next()
|
void |
remove()
Removes the current object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DomNode.ChildIterator()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<DomNode>
public DomNode next()
next
in interface java.util.Iterator<DomNode>
public void remove()
remove
in interface java.util.Iterator<DomNode>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |