|
|||||||||
| Home >> All >> org >> htmlparser >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.htmlparser.util
Interface NodeIterator

- All Known Subinterfaces:
- PeekingIterator, SimpleNodeIterator
- All Known Implementing Classes:
- IteratorImpl
- public interface NodeIterator
| Method Summary | |
boolean |
hasMoreNodes()
Check if more nodes are available. |
org.htmlparser.Node |
nextNode()
Get the next node. |
| Method Detail |
hasMoreNodes
public boolean hasMoreNodes()
throws ParserException
- Check if more nodes are available.
nextNode
public org.htmlparser.Node nextNode() throws ParserException
- Get the next node.
|
|||||||||
| Home >> All >> org >> htmlparser >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC