|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 HTMLEditorKit.ParserCallback 的软件包 | |
---|---|
javax.swing.text.html | 提供类 HTMLEditorKit 和创建 HTML 文本编辑器的支持类。 |
javax.swing.text.html.parser | 提供默认的 HTML 解析器以及支持类。 |
javax.swing.text.html 中 HTMLEditorKit.ParserCallback 的使用 |
---|
javax.swing.text.html 中 HTMLEditorKit.ParserCallback 的子类 | |
---|---|
class |
HTMLDocument.HTMLReader
一个 HTML reader,用来加载具有 HTML 元素结构的 HTML 文档。 |
返回 HTMLEditorKit.ParserCallback 的 javax.swing.text.html 中的方法 | |
---|---|
HTMLEditorKit.ParserCallback |
HTMLDocument.getReader(int pos)
获取加载带有 HTML 的文档时所用解析器的 reader。 |
HTMLEditorKit.ParserCallback |
HTMLDocument.getReader(int pos,
int popDepth,
int pushDepth,
HTML.Tag insertTag)
返回加载带有 HTML 的文档时所用解析器的 reader。 |
参数类型为 HTMLEditorKit.ParserCallback 的 javax.swing.text.html 中的方法 | |
---|---|
abstract void |
HTMLEditorKit.Parser.parse(Reader r,
HTMLEditorKit.ParserCallback cb,
boolean ignoreCharSet)
解析给定的流并通过解析的结果驱动给定的回调。 |
javax.swing.text.html.parser 中 HTMLEditorKit.ParserCallback 的使用 |
---|
参数类型为 HTMLEditorKit.ParserCallback 的 javax.swing.text.html.parser 中的方法 | |
---|---|
void |
DocumentParser.parse(Reader in,
HTMLEditorKit.ParserCallback callback,
boolean ignoreCharSet)
|
void |
ParserDelegator.parse(Reader r,
HTMLEditorKit.ParserCallback cb,
boolean ignoreCharSet)
|
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。