©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.swing.text.html.HTMLEditorKit.Parser
public abstract static class HTMLEditorKit.Parser
解析器要支持的接口。这能够在重用此编辑器工具包所提供的某个实现的同时,提供一个不同的解析器。
构造方法摘要 | |
---|---|
HTMLEditorKit.Parser()
|
方法摘要 | |
---|---|
abstract void |
parse(Reader r,
HTMLEditorKit.ParserCallback cb,
boolean ignoreCharSet)
解析给定的流并通过解析的结果驱动给定的回调。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public HTMLEditorKit.Parser()
方法详细信息 |
---|
public abstract void parse(Reader r, HTMLEditorKit.ParserCallback cb, boolean ignoreCharSet) throws IOException
IOException
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。