HTML Parser Home Page

Package org.htmlparser.lexer.nodes

The nodes package are the lexemes returned by the base level I/O subsystem.

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.
 

Package org.htmlparser.lexer.nodes Description

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

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