软件包 | 描述 |
---|---|
javax.swing.text.html.parser |
提供默认的HTML解析器,以及支持类。
|
Modifier and Type | Field and Description |
---|---|
Hashtable<Object,Entity> |
DTD.entityHash |
Modifier and Type | Method and Description |
---|---|
Entity |
DTD.defEntity(String name, int type, int ch)
创建并返回一个字符
Entity 。
|
protected Entity |
DTD.defEntity(String name, int type, String str)
创建并返回一个
Entity 。
|
Entity |
DTD.defineEntity(String name, int type, char[] data)
定义一个实体。
|
Entity |
DTD.getEntity(int ch)
获取一个字符实体。
|
Entity |
DTD.getEntity(String name)
获取一个实体的名称。
|
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.