|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.htmlparser.util.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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |