Uses of Class javax.swing.text.html.HTMLEditorKit.ParserCallback

Uses in package javax.swing.text.html

Methods with parameter type javax.swing.text.html.HTMLEditorKit.ParserCallback

void
HTMLEditorKit.Parser.parse(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.

Uses in package javax.swing.text.html.parser

Methods with parameter type javax.swing.text.html.HTMLEditorKit.ParserCallback

void
DocumentParser.parse(Reader reader, HTMLEditorKit.ParserCallback aCallback, boolean ignoreCharSet)
Parses the HTML document, calling methods of the provided callback.
void
ParserDelegator.parse(Reader reader, HTMLEditorKit.ParserCallback a_callback, boolean ignoreCharSet)
Parses the HTML document, calling methods of the provided callback.