Uses of Class
javax.swing.text.html.HTMLEditorKit.Parser
-
Packages that use HTMLEditorKit.Parser 软件包 描述 javax.swing.text.html 提供类HTMLEditorKit
和支持类创建HTML文本编辑器。javax.swing.text.html.parser 提供默认的HTML解析器以及支持类。 -
-
Uses of HTMLEditorKit.Parser in javax.swing.text.html
Methods in javax.swing.text.html that return HTMLEditorKit.Parser Modifier and Type 方法 描述 HTMLEditorKit.Parser
HTMLDocument. getParser()
返回将HTML插入现有文档时使用的解析器。protected HTMLEditorKit.Parser
HTMLEditorKit. getParser()
获取解析器以用于读取HTML流。Methods in javax.swing.text.html with parameters of type HTMLEditorKit.Parser Modifier and Type 方法 描述 void
HTMLDocument. setParser(HTMLEditorKit.Parser parser)
将插入html的方法用于现有文档的解析器,如setInnerHTML
和setOuterHTML
。 -
Uses of HTMLEditorKit.Parser in javax.swing.text.html.parser
Subclasses of HTMLEditorKit.Parser in javax.swing.text.html.parser Modifier and Type Class 描述 class
ParserDelegator
每次调用它的解析方法时,负责启动一个新的DocumentParser。
-