Uses of Class javax.swing.text.html.parser.Parser

Uses in package javax.swing.text.html.parser

Classes derived from javax.swing.text.html.parser.Parser

class
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.