Uses of Interface javax.swing.text.html.parser.DTDConstants

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

Classes implementing javax.swing.text.html.parser.DTDConstants

class
Stores the attribute information, obtained by parsing SGML (DTD) tag <!
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.

class
Representation or the SGML DTD document.
class
Stores the element information, obtained by parsing SGML DTD tag <!
class
Stores information, obtained by parsing SGML DTL <!
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.