|
HTML Parser Home Page | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| NodeFactory | This interface defines the methods needed to create new nodes. |
| Class Summary | |
| Attribute | An attribute within a tag. |
| PageAttribute | An attribute within a tag on a page. |
| RemarkNode | The remark tag is identified and represented by this class. |
| StringNode | Normal text in the HTML document is represented by this class. |
| TagNode | TagNode represents a generic tag. |
The nodes package are the lexemes returned by the base level I/O subsystem.
There are three types of lexems so far, RemarkNode, StringNode and
TagNode. Within the TagNode objects is a list of
Attribute objects.
The Lexer parses the HTML stream into a contiguous stream of these
tokens. They all implement the Node interface and are derived from the
AbstractNode class.
|
© 2004 Somik Raha Mar 14, 2004
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||