|
|||||||||
Home >> All >> javax >> swing >> text >> html >> [ parser overview ] | PREV PACKAGE NEXT PACKAGE |
Package javax.swing.text.html.parser
Provides supporting classes for web browsers, web robots, web page content analysers, web editors and other applications applications working with Hypertext Markup Language (HTML).
See:
Description
Interface Summary | |
DTDConstants | This class defines the SGML basic types, used for describing HTML 4.01 at http://www.w3.org/TR/html4/types.html. |
Class Summary | |
AttributeList |
Stores the attribute information, obtained by parsing SGML (DTD) tag
<!ATTLIST .. |
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 <!ELEMENT .. |
Entity | Stores information, obtained by parsing SGML DTL <!ENTITY % .. |
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. |
Package javax.swing.text.html.parser Description
Provides supporting classes for web browsers, web robots, web page content analysers, web editors and other applications applications working with Hypertext Markup Language (HTML).
|
|||||||||
Home >> All >> javax >> swing >> text >> html >> [ parser overview ] | PREV PACKAGE NEXT PACKAGE |