javax.swing.text.html.parser
接口 DTDConstants
- 所有已知实现类:
- AttributeList, DocumentParser, DTD, Element, Entity, Parser
public interface DTDConstants
DTD 中使用的 SGML 常量。这些常量的名称对应于 The SGML Handbook 中所述的等效 SGML 构造,该书的作者是 Charles F. Goldfarb。
- 另请参见:
DTD,
Element
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
- 另请参见:
- 常量字段值
NAMES
static final int NAMES
- 另请参见:
- 常量字段值
NMTOKEN
static final int NMTOKEN
- 另请参见:
- 常量字段值
NMTOKENS
static final int NMTOKENS
- 另请参见:
- 常量字段值
NOTATION
static final int NOTATION
- 另请参见:
- 常量字段值
NUMBER
static final int NUMBER
- 另请参见:
- 常量字段值
NUMBERS
static final int NUMBERS
- 另请参见:
- 常量字段值
NUTOKEN
static final int NUTOKEN
- 另请参见:
- 常量字段值
NUTOKENS
static final int NUTOKENS
- 另请参见:
- 常量字段值
RCDATA
static final int RCDATA
- 另请参见:
- 常量字段值
EMPTY
static final int EMPTY
- 另请参见:
- 常量字段值
MODEL
static final int MODEL
- 另请参见:
- 常量字段值
ANY
static final int ANY
- 另请参见:
- 常量字段值
FIXED
static final int FIXED
- 另请参见:
- 常量字段值
REQUIRED
static final int REQUIRED
- 另请参见:
- 常量字段值
CURRENT
static final int CURRENT
- 另请参见:
- 常量字段值
CONREF
static final int CONREF
- 另请参见:
- 常量字段值
IMPLIED
static final int IMPLIED
- 另请参见:
- 常量字段值
PUBLIC
static final int PUBLIC
- 另请参见:
- 常量字段值
SDATA
static final int SDATA
- 另请参见:
- 常量字段值
PI
static final int PI
- 另请参见:
- 常量字段值
STARTTAG
static final int STARTTAG
- 另请参见:
- 常量字段值
ENDTAG
static final int ENDTAG
- 另请参见:
- 常量字段值
MS
static final int MS
- 另请参见:
- 常量字段值
MD
static final int MD
- 另请参见:
- 常量字段值
SYSTEM
static final int SYSTEM
- 另请参见:
- 常量字段值
GENERAL
static final int GENERAL
- 另请参见:
- 常量字段值
DEFAULT
static final int DEFAULT
- 另请参见:
- 常量字段值
PARAMETER
static final int PARAMETER
- 另请参见:
- 常量字段值