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

Quick Search    Search Deep

Package org.htmlparser

Class Summary
Node A Node interface is implemented by all types of nodes (tags, string elements, etc)
NodeReader NodeReader builds on the BufferedReader, providing methods to read one element at a time
Parser This is the class that the user will use, either to get an iterator into the html page or to directly parse the page and print the results
Typical usage of the parser is as follows :
[1] Create a parser object - passing the URL and a feedback object to the parser
[2] Register the common scanners.
RemarkNode The remark tag is identified and represented by this class.
RemarkNodeParser  
StringNode Normal text in the html document is identified and represented by this class.