Package rabbit.html

This package holds the classes that deal with HTML code.

See:
          Description

Class Summary
HTMLBlock This class is used to describe a piece of a HTML page.
HTMLParser This is a class that is used to parse a block of HTML code into separate tokens.
Tag This class describes a HTML tag.
TagType This is a class that holds common tagtypes.
Token This class is used to describe a small part of a html page.
 

Exception Summary
HTMLParseException This exception indicates an error in the parsing of an HTML block.
 

Package rabbit.html Description

This package holds the classes that deal with HTML code.