Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.htmlparser.util
Interface NodeIterator  view NodeIterator download NodeIterator.java

All Known Subinterfaces:
PeekingIterator, SimpleNodeIterator
All Known Implementing Classes:
IteratorImpl

public interface NodeIterator


Method Summary
 boolean hasMoreNodes()
          Check if more nodes are available.
 org.htmlparser.Node nextNode()
          Get the next node.
 

Method Detail

hasMoreNodes

public boolean hasMoreNodes()
                     throws ParserException
Check if more nodes are available.


nextNode

public org.htmlparser.Node nextNode()
                             throws ParserException
Get the next node.