javax.swing.text.html
类 HTMLEditorKit.Parser
java.lang.Object
javax.swing.text.html.HTMLEditorKit.Parser
- 直接已知子类:
- ParserDelegator
- 正在封闭类:
- HTMLEditorKit
public abstract static class HTMLEditorKit.Parser
- extends Object
解析器要支持的接口。这能够在重用此编辑器工具包所提供的某个实现的同时,提供一个不同的解析器。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLEditorKit.Parser
public HTMLEditorKit.Parser()
parse
public abstract void parse(Reader r,
HTMLEditorKit.ParserCallback cb,
boolean ignoreCharSet)
throws IOException
- 解析给定的流并通过解析的结果驱动给定的回调。应该将此方法实现为线程安全的。
- 抛出:
IOException
提交错误或意见版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。