NodeIteratorpublic interface SimpleNodeIterator extends NodeIterator
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasMoreNodes() |
Check if more nodes are available.
|
Node |
nextNode() |
Get the next node.
|
boolean hasMoreNodes()
hasMoreNodes in interface NodeIteratortrue if a call to nextHTMLNode() will
succeed.Node nextNode()
nextNode in interface NodeIteratorHTML Parser is an open source library released under LGPL.