SimpleNodeIteratorIteratorImpl, NodeTreeWalkerpublic interface NodeIterator
| Modifier and Type | Method | 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.ParserExceptionNode nextNode() throws ParserException
ParserExceptionHTML Parser is an open source library released under LGPL.