org.htmlparser.util
public class IteratorImpl extends Object implements NodeIterator
| Constructor Summary | |
|---|---|
| IteratorImpl(Lexer lexer, ParserFeedback fb) | |
| Method Summary | |
|---|---|
| boolean | hasMoreNodes()
Check if more nodes are available. |
| Node | nextNode()
Get the next node. |
Returns: true if a call to nextNode() will succeed.
Returns: The next node in the HTML stream, or null if there are no more nodes.
Throws: ParserException If an unrecoverable error occurs.
| HTML Parser is an open source library released under LGPL. | |