| 接口 | 描述 |
|---|---|
| DTDConstants |
在DTD中使用的SGML常量。
|
| 类 | 描述 |
|---|---|
| AttributeList |
该类使用ATTLIST构造在DTD中描述了SGML元素的属性。
|
| ContentModel |
内容模型的表示。
|
| DocumentParser |
HTML文档的解析器(实际上,您可以指定一个DTD,但您应该只使用html dtd的这个类)。
|
| DTD |
SGML DTD的表示。
|
| Element |
使用ELEMENT构造在DTD中描述的元素。
|
| Entity |
使用ENTITY构造在DTD中描述实体。
|
| Parser |
一个简单的DTD驱动的HTML解析器。
|
| ParserDelegator |
每次调用它的解析方法时,负责启动一个新的DocumentParser。
|
| TagElement |
通用的HTML TagElement类。
|
HTMLEditorKit.ParserCallback接口。
注意:大多数Swing API 不是线程安全的。 有关详细信息,请参阅Threads and Swing ,在部分The Java Tutorial 。
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.