NodeIterator
public 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 NodeIterator
true
if a call to nextHTMLNode()
will
succeed.Node nextNode()
nextNode
in interface NodeIterator
HTML Parser is an open source library released under LGPL.