-
- All Known Implementing Classes:
AttributeList
,DocumentParser
,DTD
,Element
,Entity
,Parser
public interface DTDConstants
SGML constants used in a DTD. The names of the constants correspond to the equivalent SGML constructs as described in "The SGML Handbook" by Charles F. Goldfarb.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANY
The DTD constant corresponds to ANYstatic int
CDATA
The DTD constant corresponds to CDATAstatic int
CONREF
The DTD constant corresponds to CONREFstatic int
CURRENT
The DTD constant corresponds to CURRENTstatic int
DEFAULT
The DTD constant corresponds to DEFAULTstatic int
EMPTY
The DTD constant corresponds to EMPTYstatic int
ENDTAG
The DTD constant corresponds to ENDTAGstatic int
ENTITIES
The DTD constant corresponds to ENTITIESstatic int
ENTITY
The DTD constant corresponds to ENTITYstatic int
FIXED
The DTD constant corresponds to FIXEDstatic int
GENERAL
The DTD constant corresponds to GENERALstatic int
ID
The DTD constant corresponds to IDstatic int
IDREF
The DTD constant corresponds to IDREFstatic int
IDREFS
The DTD constant corresponds to IDREFSstatic int
IMPLIED
The DTD constant corresponds to IMPLIEDstatic int
MD
The DTD constant corresponds to MDstatic int
MODEL
The DTD constant corresponds to MODELstatic int
MS
The DTD constant corresponds to MSstatic int
NAME
The DTD constant corresponds to NAMEstatic int
NAMES
The DTD constant corresponds to NAMESstatic int
NMTOKEN
The DTD constant corresponds to NMTOKENstatic int
NMTOKENS
The DTD constant corresponds to NMTOKENSstatic int
NOTATION
The DTD constant corresponds to NOTATIONstatic int
NUMBER
The DTD constant corresponds to NUMBERstatic int
NUMBERS
The DTD constant corresponds to NUMBERSstatic int
NUTOKEN
The DTD constant corresponds to NUTOKENstatic int
NUTOKENS
The DTD constant corresponds to NUTOKENSstatic int
PARAMETER
The DTD constant corresponds to PARAMETERstatic int
PI
The DTD constant corresponds to PIstatic int
PUBLIC
The DTD constant corresponds to PUBLICstatic int
RCDATA
The DTD constant corresponds to RCDATAstatic int
REQUIRED
The DTD constant corresponds to REQUIREDstatic int
SDATA
The DTD constant corresponds to SDATAstatic int
STARTTAG
The DTD constant corresponds to STARTTAGstatic int
SYSTEM
The DTD constant corresponds to SYSTEM
-
-
-
Field Detail
-
CDATA
static final int CDATA
The DTD constant corresponds to CDATA- See Also:
- Constant Field Values
-
ENTITY
static final int ENTITY
The DTD constant corresponds to ENTITY- See Also:
- Constant Field Values
-
ENTITIES
static final int ENTITIES
The DTD constant corresponds to ENTITIES- See Also:
- Constant Field Values
-
ID
static final int ID
The DTD constant corresponds to ID- See Also:
- Constant Field Values
-
IDREF
static final int IDREF
The DTD constant corresponds to IDREF- See Also:
- Constant Field Values
-
IDREFS
static final int IDREFS
The DTD constant corresponds to IDREFS- See Also:
- Constant Field Values
-
NAME
static final int NAME
The DTD constant corresponds to NAME- See Also:
- Constant Field Values
-
NAMES
static final int NAMES
The DTD constant corresponds to NAMES- See Also:
- Constant Field Values
-
NMTOKEN
static final int NMTOKEN
The DTD constant corresponds to NMTOKEN- See Also:
- Constant Field Values
-
NMTOKENS
static final int NMTOKENS
The DTD constant corresponds to NMTOKENS- See Also:
- Constant Field Values
-
NOTATION
static final int NOTATION
The DTD constant corresponds to NOTATION- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
The DTD constant corresponds to NUMBER- See Also:
- Constant Field Values
-
NUMBERS
static final int NUMBERS
The DTD constant corresponds to NUMBERS- See Also:
- Constant Field Values
-
NUTOKEN
static final int NUTOKEN
The DTD constant corresponds to NUTOKEN- See Also:
- Constant Field Values
-
NUTOKENS
static final int NUTOKENS
The DTD constant corresponds to NUTOKENS- See Also:
- Constant Field Values
-
RCDATA
static final int RCDATA
The DTD constant corresponds to RCDATA- See Also:
- Constant Field Values
-
EMPTY
static final int EMPTY
The DTD constant corresponds to EMPTY- See Also:
- Constant Field Values
-
MODEL
static final int MODEL
The DTD constant corresponds to MODEL- See Also:
- Constant Field Values
-
ANY
static final int ANY
The DTD constant corresponds to ANY- See Also:
- Constant Field Values
-
FIXED
static final int FIXED
The DTD constant corresponds to FIXED- See Also:
- Constant Field Values
-
REQUIRED
static final int REQUIRED
The DTD constant corresponds to REQUIRED- See Also:
- Constant Field Values
-
CURRENT
static final int CURRENT
The DTD constant corresponds to CURRENT- See Also:
- Constant Field Values
-
CONREF
static final int CONREF
The DTD constant corresponds to CONREF- See Also:
- Constant Field Values
-
IMPLIED
static final int IMPLIED
The DTD constant corresponds to IMPLIED- See Also:
- Constant Field Values
-
PUBLIC
static final int PUBLIC
The DTD constant corresponds to PUBLIC- See Also:
- Constant Field Values
-
SDATA
static final int SDATA
The DTD constant corresponds to SDATA- See Also:
- Constant Field Values
-
PI
static final int PI
The DTD constant corresponds to PI- See Also:
- Constant Field Values
-
STARTTAG
static final int STARTTAG
The DTD constant corresponds to STARTTAG- See Also:
- Constant Field Values
-
ENDTAG
static final int ENDTAG
The DTD constant corresponds to ENDTAG- See Also:
- Constant Field Values
-
MS
static final int MS
The DTD constant corresponds to MS- See Also:
- Constant Field Values
-
MD
static final int MD
The DTD constant corresponds to MD- See Also:
- Constant Field Values
-
SYSTEM
static final int SYSTEM
The DTD constant corresponds to SYSTEM- See Also:
- Constant Field Values
-
GENERAL
static final int GENERAL
The DTD constant corresponds to GENERAL- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
The DTD constant corresponds to DEFAULT- See Also:
- Constant Field Values
-
PARAMETER
static final int PARAMETER
The DTD constant corresponds to PARAMETER- See Also:
- Constant Field Values
-
-