Package org.htmlunit.html
Class DomNode.ChildIterator
- java.lang.Object
-
- org.htmlunit.html.DomNode.ChildIterator
-
-
Constructor Summary
Constructors Constructor Description ChildIterator(DomNode nextNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()DomNodenext()voidremove()
-
-
-
Constructor Detail
-
ChildIterator
public ChildIterator(DomNode nextNode)
-
-