|
HTML Parser Home Page | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| Node | |
| NodeFilter | Implement this interface to select particular nodes. |
| Class Summary | |
| AbstractNode | AbstractNode, which implements the Node interface, is the base class for all types of nodes, including tags, string elements, etc |
| 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] Enumerate through the elements from the parser object It is important to note that the parsing occurs when you enumerate, ON DEMAND. |
| PrototypicalNodeFactory | A node factory based on the prototype pattern. |
| RemarkNode | The remark tag is identified and represented by this class. |
| StringNode | Normal text in the html document is identified and represented by this class. |
| StringNodeFactory | |
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).
|
© 2004 Somik Raha Mar 14, 2004
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||