|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
javax.swing.text.html.parser
接口 DTDConstants
- 所有已知实现类:
- AttributeList, DocumentParser, DTD, Element, Entity, Parser
-
public interface DTDConstants
DTD 中使用的 SGML 常量。这些常量的名称对应于《The SGML Handbook》中所述的等效 SGML 构造,该书的作者是 Charles F. Goldfarb。
字段摘要 | |
---|---|
static int |
ANY |
static int |
CDATA |
static int |
CONREF |
static int |
CURRENT |
static int |
DEFAULT |
static int |
EMPTY |
static int |
ENDTAG |
static int |
ENTITIES |
static int |
ENTITY |
static int |
FIXED |
static int |
GENERAL |
static int |
ID |
static int |
IDREF |
static int |
IDREFS |
static int |
IMPLIED |
static int |
MD |
static int |
MODEL |
static int |
MS |
static int |
NAME |
static int |
NAMES |
static int |
NMTOKEN |
static int |
NMTOKENS |
static int |
NOTATION |
static int |
NUMBER |
static int |
NUMBERS |
static int |
NUTOKEN |
static int |
NUTOKENS |
static int |
PARAMETER |
static int |
PI |
static int |
PUBLIC |
static int |
RCDATA |
static int |
REQUIRED |
static int |
SDATA |
static int |
STARTTAG |
static int |
SYSTEM |
字段详细信息 |
---|
CDATA
static final int CDATA
- 另请参见:
- 常量字段值
ENTITY
static final int ENTITY
- 另请参见:
- 常量字段值
ENTITIES
static final int ENTITIES
- 另请参见:
- 常量字段值
ID
static final int ID
- 另请参见:
- 常量字段值
IDREF
static final int IDREF
- 另请参见:
- 常量字段值
IDREFS
static final int IDREFS
- 另请参见:
- 常量字段值
NAME
static final int NAME
- 另请参见:
- 常量字段值