©
This document uses PHP Chinese website manual Release
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.swing.text.html.HTMLEditorKit.Parser javax.swing.text.html.parser.ParserDelegator
public class ParserDelegator
负责每次在调用其 parse 方法时启动一个新的 DocumentParser。存储对该 dtd 的一个引用。
构造方法摘要 | |
---|---|
ParserDelegator()
|
方法摘要 | |
---|---|
protected static DTD |
createDTD(DTD dtd,
String name)
|
void |
parse(Reader r,
HTMLEditorKit.ParserCallback cb,
boolean ignoreCharSet)
解析给定的流并通过解析的结果驱动给定的回调。 |
protected static void |
setDefaultDTD()
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public ParserDelegator()
方法详细信息 |
---|
protected static void setDefaultDTD()
protected static DTD createDTD(DTD dtd, String name)
public void parse(Reader r, HTMLEditorKit.ParserCallback cb, boolean ignoreCharSet) throws IOException
HTMLEditorKit.Parser
复制的描述
HTMLEditorKit.Parser
中的 parse
IOException
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。