public interface NodeIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreNodes()
Check if more nodes are available.
|
Node |
nextNode()
Get the next node.
|
boolean hasMoreNodes() throws ParserException
true
if a call to nextHTMLNode()
will succeed.ParserException
Node nextNode() throws ParserException
ParserException
HTML Parser is an open source library released under LGPL.