接口 | 描述 |
---|---|
DTDConstants |
SGML DTD中的常数。
|
类 | 描述 |
---|---|
AttributeList |
这个类定义了一个SGML元素的属性在DTD中使用ATTLIST构造描述。
|
ContentModel |
内容模型的表示。
|
DocumentParser |
一个HTML文档解析器(事实上,你可以指定一个DTD,但你真的应该只使用这类摆在HTML DTD)。
|
DTD |
一个SGML DTD的表示。
|
Element |
一个元素在DTD中使用元素描述构建。
|
Entity |
一个实体在DTD中使用实体的构建。
|
Parser |
一个简单的DTD驱动的HTML解析器。
|
ParserDelegator |
负责启动一个新的documentparser每次调用它的解析方法。
|
TagElement |
一个通用的HTML tagelement类。
|
HTMLEditorKit.ParserCallback
接口。
注:大多数Swing API不是线程安全的。详情见Threads and Swing,java教程中的一部分。
HTMLEditorKit.ParserCallback
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.