com.gargoylesoftware.htmlunit.html
Class DomNode.ChildIterator
java.lang.Object
   com.gargoylesoftware.htmlunit.html.DomNode.ChildIterator
com.gargoylesoftware.htmlunit.html.DomNode.ChildIterator
- All Implemented Interfaces: 
- Iterator<DomNode>
- Enclosing class:
- DomNode
- protected class DomNode.ChildIterator 
- extends Object- implements Iterator<DomNode>
An iterator over all children of this node.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DomNode.ChildIterator
protected DomNode.ChildIterator()
hasNext
public boolean hasNext()
- 
 
- 
- Specified by:
- hasNextin interface- Iterator<DomNode>
 
- 
 
next
public DomNode next()
- 
 
- 
- Specified by:
- nextin interface- Iterator<DomNode>
 
- 
 
remove
public void remove()
- 
 
- 
- Specified by:
- removein interface- Iterator<DomNode>
 
- 
 
Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.