java.lang.Object
javax.swing.text.html.HTMLEditorKit.Parser
- Enclosing class:
- HTMLEditorKit
- public abstract static class HTMLEditorKit.Parser
- extends java.lang.Object
The abstract HTML parser declaration.
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLEditorKit.Parser
public HTMLEditorKit.Parser()
parse
public abstract void parse(java.io.Reader reader,
HTMLEditorKit.ParserCallback callback,
boolean ignoreCharSet)
throws java.io.IOException
- Parse the HTML text, calling various methods of the provided callback
in response to the occurence of the corresponding HTML constructions.