org.htmlparser.util
public interface SimpleNodeIterator extends NodeIterator
| Method Summary | |
|---|---|
| boolean | hasMoreNodes()
Check if more nodes are available. |
| Node | nextNode()
Get the next node. |
Returns: true if a call to nextHTMLNode() will
succeed.
Returns: The next node in the HTML stream, or null if there are no more nodes.
| HTML Parser is an open source library released under LGPL. | |