Uses of Class
javax.swing.text.html.HTMLEditorKit.ParserCallback
Package
Description
Provides the class
HTMLEditorKit
and supporting classes for creating
HTML text editors.Provides the default HTML parser, along with support classes.
-
Uses of HTMLEditorKit.ParserCallback in javax.swing.text.html
Modifier and TypeClassDescriptionclass
An HTML reader to load an HTML document with an HTML element structure.Modifier and TypeMethodDescriptionHTMLDocument.getReader
(int pos) Fetches the reader for the parser to use when loading the document with HTML.Returns the reader for the parser to use to load the document with HTML.Modifier and TypeMethodDescriptionabstract void
HTMLEditorKit.Parser.parse
(Reader r, HTMLEditorKit.ParserCallback cb, boolean ignoreCharSet) Parse the given stream and drive the given callback with the results of the parse. -
Uses of HTMLEditorKit.ParserCallback in javax.swing.text.html.parser
Modifier and TypeMethodDescriptionvoid
DocumentParser.parse
(Reader in, HTMLEditorKit.ParserCallback callback, boolean ignoreCharSet) Parse an HTML stream, given a DTD.void
ParserDelegator.parse
(Reader r, HTMLEditorKit.ParserCallback cb, boolean ignoreCharSet)