Package it.sauronsoftware.grab4j.html

This package contains classes useful for parsing and representing a HTML document.

See:
          Description

Class Summary
HTMLDocument A HTML document representation.
HTMLDocumentFactory A factory for HTML document representations.
HTMLElement Base abstract model for HTML elements.
HTMLEntities This class encodes and decodes HTML entities in strings.
HTMLImage This class represents the HTML image tags ("img" tags).
HTMLLink This class represents the HTML link tags ("a" tags).
HTMLTag This class represents the HTML tags.
HTMLText This class represents the textual nodes of a HTML document.
 

Exception Summary
HTMLParseException This kind of exception is thrown if the parse of a HTML document fails.
 

Package it.sauronsoftware.grab4j.html Description

This package contains classes useful for parsing and representing a HTML document.