HTML Parser Home Page | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface NodeIterator
Method Summary | |
boolean |
|
Node |
|
public boolean hasMoreNodes() throws ParserException
Check if more nodes are available.
- Returns:
true
if 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. | |