Uses of Class
org.htmlparser.util.NodeList

Packages that use NodeList
Package
Description
The basic API classes which will be used by most developers when working with the HTML Parser.
The beans package contains Java Beans using the HTML Parser.
The nodes package has the concrete node implementations.
 
The scanners package contains classes responsible for the tertiary identification of tags.
The tags package contains specific tags.
Code which can be reused by many classes, is located in this package.
The visitors package contains classes that use the Visitor pattern.