| Package | Description |
|---|---|
| javax.swing.text.html.parser |
Provides the default HTML parser, along with support classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DocumentParser.handleEmptyTag(TagElement
Handle Empty Tag.
|
protected void |
Parser.handleEmptyTag(TagElement
Called when an empty tag is encountered.
|
protected void |
Parser.startTag(TagElement
Handle a start tag.
|