public interface NodeIterator
| 限定符和类型 | 方法和说明 |
|---|---|
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 - ParserExceptionNode nextNode() throws ParserException
ParserException - ParserException