Package javax.swing.text.html.parser
Provides the DTD driven for web browsers,
web robots, web page content analysers, web editors and
other applications applications working with Hypertext
Markup Language (HTML).
AttributeList |
Stores the attribute information, obtained by parsing SGML (DTD) tag
<! |
ContentModel | A representation of the element content. |
DocumentParser | 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. |
DTD | Representation or the SGML DTD document.
|
Element |
Stores the element information, obtained by parsing SGML DTD
tag <! |
Entity | Stores information, obtained by parsing SGML DTL
<! |
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. |
ParserDelegator | This class instantiates and starts the working instance of
html parser, being responsible for providing the default DTD.
|
TagElement | The SGML element, defining a single html tag.
|
Provides the DTD driven for web browsers,
web robots, web page content analysers, web editors and
other applications applications working with Hypertext
Markup Language (HTML).