软件包 | 描述 |
---|---|
javax.swing.text.html.parser |
提供默认的HTML解析器,以及支持类。
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeList
这个类定义了一个SGML元素的属性在DTD中使用ATTLIST构造描述。
|
class |
DocumentParser
一个HTML文档解析器(事实上,你可以指定一个DTD,但你真的应该只使用这类摆在HTML DTD)。
|
class |
DTD
一个SGML DTD的表示。
|
class |
Element
一个元素在DTD中使用元素描述构建。
|
class |
Entity
一个实体在DTD中使用实体的构建。
|
class |
Parser
一个简单的DTD驱动的HTML解析器。
|
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.