|
|||||||||
| Home >> All >> gnu >> javax >> swing >> text >> html >> parser >> [ models overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package gnu.javax.swing.text.html.parser.models
Provides the error tolerant, DTD-driven HTML 4.01 parser.
See:
Description
| Class Summary | |
| list | Part of the internal representation of the content model. |
| node | Part of the internal representation of the content model. |
| noTagModel | Disallows a single given tag at the current content level only. |
| PCDATAonly_model | The model, allowing only PCDATA in it (like for element OPTION). |
| TableRowContentModel | Table row content model. |
| transformer | Transforms the standard ContentModel tree into the internal representation, used in this implementation. |
Package gnu.javax.swing.text.html.parser.models Description
Provides the error tolerant, DTD-driven HTML 4.01 parser. The parser that is used in web robots, html content analysers, web browsers, web editors and other related applications. It should compativle with the older HTML versions, supporting obsoleted HTML featues. This package also includes some supporting classes.
|
|||||||||
| Home >> All >> gnu >> javax >> swing >> text >> html >> parser >> [ models overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||