|
HTML Parser Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.htmlparser.util.IteratorImpl
public class IteratorImpl
Constructor Summary | |
---|---|
IteratorImpl(Lexer lexer,
ParserFeedback fb)
|
Method Summary | |
---|---|
boolean |
hasMoreNodes()
Check if more nodes are available. |
Node |
nextNode()
Get the next node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IteratorImpl(Lexer lexer, ParserFeedback fb)
Method Detail |
---|
public boolean hasMoreNodes() throws ParserException
hasMoreNodes
in interface NodeIterator
true
if a call to nextNode()
will succeed.
ParserException
public Node nextNode() throws ParserException
nextNode
in interface NodeIterator
ParserException
- If an unrecoverable error occurs.
|
© 2005 Derrick Oswald Dec 23, 2010
|
|||||||||
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 LGPL. | |