Interface | Description |
---|---|
DTDConstants |
This class defines the SGML basic types, used for describing HTML 4.01
at http://www.w3.org/TR/html4/types.html.
|
Class | Description |
---|---|
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.
|
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.
|
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.
|