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.
HtmlEscapeUtils Escape strings to make them html-safe.
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.
Tag.Pair This class is a key value pair.
TagType This is a class that holds common tagtypes.
Token This class is used to describe a small part of a html page.
 

Enum Summary
TokenType The different types of tokens.
 

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.