| Package | Description |
|---|---|
| javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating HTML text editors.
|
| javax.swing.text.html.parser |
Provides the default HTML parser, along with support classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLDocument
An HTML reader to load an HTML document with an HTML element structure.
|
| Modifier and Type | Method and Description |
|---|---|
HTMLEditorKit |
HTMLDocument.getReader(int pos)
Fetches the reader for the parser to use when loading the document with HTML.
|
HTMLEditorKit |
HTMLDocument.getReader(int pos, int popDepth, int pushDepth, HTML
Returns the reader for the parser to use to load the document with HTML.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
HTMLEditorKit.Parser.parse(Reader
Parse the given stream and drive the given callback with the results of the parse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParserDelegator.parse(Reader
|
void |
DocumentParser.parse(Reader
|