HTML Parser Home Page

Uses of Interface
org.htmlparser.util.NodeIterator

Packages that use NodeIterator
org.htmlparser The basic API classes which will be used by most users when working with the html parser (the Parser class is the most important one in this). 
org.htmlparser.util Code which can be reused by many classes, is located in this package. 
 

Uses of NodeIterator in org.htmlparser
 

Methods in org.htmlparser that return NodeIterator
 NodeIterator Parser.elements()
          Returns an iterator (enumeration) to the html nodes.
 

Uses of NodeIterator in org.htmlparser.util
 

Subinterfaces of NodeIterator in org.htmlparser.util
 interface PeekingIterator
          Deprecated. shouldn't need to pre-read tags.
 interface SimpleNodeIterator
          The HTMLSimpleEnumeration interface is similar to NodeIterator, except that it does not throw exceptions.
 

Classes in org.htmlparser.util that implement NodeIterator
 class IteratorImpl
           
 class PeekingIteratorImpl
          Deprecated. shouldn't need to pre-read tags.
 


© 2004 Somik Raha
Mar 14, 2004

HTML Parser is an open source library released under LGPL.
SourceForge.net