|
HTML Parser Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeIterator
Method Summary | |
---|---|
boolean |
hasMoreNodes()
Check if more nodes are available. |
Node |
nextNode()
Get the next node. |
Method Detail |
---|
boolean hasMoreNodes() throws ParserException
true
if a call to nextHTMLNode()
will succeed.
ParserException
Node nextNode() throws ParserException
ParserException
|
© 2006 Derrick Oswald Sep 17, 2006
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HTML Parser is an open source library released under Common Public License. |