| HTML Parser Home Page | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.htmlparser.util.IteratorImplConstructor Summary | |
| |
Method Summary | |
boolean |
|
Node |
|
public boolean hasMoreNodes()
throws ParserExceptionCheck if more nodes are available.
- Specified by:
- hasMoreNodes in interface NodeIterator
- Returns:
trueif a call tonextNode()will succeed.
public Node nextNode() throws ParserException
Get the next node.
- Specified by:
- nextNode in interface NodeIterator
- Returns:
- The next node in the HTML stream, or null if there are no more nodes.
- Throws:
ParserException- If an unrecoverable error occurs.
| © 2005 Derrick Oswald Mai 08, 2008 |
| HTML Parser is an open source library released under LGPL. | |