Uses of Class
javax.swing.text.html.HTMLEditorKit.ParserCallback
Packages that use HTMLEditorKit.ParserCallback
包
描述
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
Subclasses of HTMLEditorKit.ParserCallback in javax.swing.text.html修饰符和类Class描述class
An HTML reader to load an HTML document with an HTML element structure.Methods in javax.swing.text.html that return HTMLEditorKit.ParserCallback修饰符和类方法描述HTMLDocument.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.Methods in javax.swing.text.html with parameters of type HTMLEditorKit.ParserCallback修饰符和类方法描述abstract 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
Methods in javax.swing.text.html.parser with parameters of type HTMLEditorKit.ParserCallback修饰符和类方法描述void
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)