public abstract static class HTMLEditorKit.Parser extends java.lang.Object
| Constructor and Description |
|---|
HTMLEditorKit.Parser() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
parse(java.io.Reader reader,
HTMLEditorKit.ParserCallback callback,
boolean ignoreCharSet)
Parse the HTML text, calling various methods of the provided callback
in response to the occurence of the corresponding HTML constructions.
|
public HTMLEditorKit.Parser()
public abstract void parse(java.io.Reader reader, HTMLEditorKit.ParserCallback callback, boolean ignoreCharSet) throws java.io.IOException
reader - The reader to read the source HTML from.callback - The callback to receive information about the parsed
HTML structuresignoreCharSet - If true, the parser ignores all charset information
that may be present in HTML documents.IOException, - normally if the reader throws one.java.io.IOException