Package gnu.javax.swing.text.html.parser.support

Class Summary

gnuStringIntMapper A helper class, mapping between the strings and they unique integer identifiers.
parameterDefaulter Returns an attribute set, containing default parameters for the given element.
Parser A simple error-tolerant HTML parser that uses a DTD document to access data on the possible tokens, arguments and syntax.

The parser reads an HTML content from a Reader and calls various notifying methods (which should be overridden in a subclass) when tags or data are encountered.

Some HTML elements need no opening or closing tags.

textPreProcessor Pre - processes text in text parts of the html document.