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