public class ParserDelegator extends HTMLEditorKit.Parser implements Serializable
| Constructor and Description |
|---|
ParserDelegator()
|
| Modifier and Type | Method and Description |
|---|---|
protected static DTD |
createDTD(DTD
|
void |
parse(Reader
Parse the given stream and drive the given callback with the results of the parse.
|
protected static void |
setDefaultDTD()
|
protected static void setDefaultDTD()
public void parse(Readerr, HTMLEditorKit .ParserCallback cb, boolean ignoreCharSet) throws IOException
HTMLEditorKit.Parser
parse in class
HTMLEditorKit.Parser
IOException