- 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.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The DTD constant corresponds to ANYstatic final int
The DTD constant corresponds to CDATAstatic final int
The DTD constant corresponds to CONREFstatic final int
The DTD constant corresponds to CURRENTstatic final int
The DTD constant corresponds to DEFAULTstatic final int
The DTD constant corresponds to EMPTYstatic final int
The DTD constant corresponds to ENDTAGstatic final int
The DTD constant corresponds to ENTITIESstatic final int
The DTD constant corresponds to ENTITYstatic final int
The DTD constant corresponds to FIXEDstatic final int
The DTD constant corresponds to GENERALstatic final int
The DTD constant corresponds to IDstatic final int
The DTD constant corresponds to IDREFstatic final int
The DTD constant corresponds to IDREFSstatic final int
The DTD constant corresponds to IMPLIEDstatic final int
The DTD constant corresponds to MDstatic final int
The DTD constant corresponds to MODELstatic final int
The DTD constant corresponds to MSstatic final int
The DTD constant corresponds to NAMEstatic final int
The DTD constant corresponds to NAMESstatic final int
The DTD constant corresponds to NMTOKENstatic final int
The DTD constant corresponds to NMTOKENSstatic final int
The DTD constant corresponds to NOTATIONstatic final int
The DTD constant corresponds to NUMBERstatic final int
The DTD constant corresponds to NUMBERSstatic final int
The DTD constant corresponds to NUTOKENstatic final int
The DTD constant corresponds to NUTOKENSstatic final int
The DTD constant corresponds to PARAMETERstatic final int
The DTD constant corresponds to PIstatic final int
The DTD constant corresponds to PUBLICstatic final int
The DTD constant corresponds to RCDATAstatic final int
The DTD constant corresponds to REQUIREDstatic final int
The DTD constant corresponds to SDATAstatic final int
The DTD constant corresponds to STARTTAGstatic final int
The DTD constant corresponds to SYSTEM
-
Field Details
-
CDATA
static final int CDATAThe DTD constant corresponds to CDATA- See Also:
-
ENTITY
static final int ENTITYThe DTD constant corresponds to ENTITY- See Also:
-
ENTITIES
static final int ENTITIESThe DTD constant corresponds to ENTITIES- See Also:
-
ID
static final int IDThe DTD constant corresponds to ID- See Also:
-
IDREF
static final int IDREFThe DTD constant corresponds to IDREF- See Also:
-
IDREFS
static final int IDREFSThe DTD constant corresponds to IDREFS- See Also:
-
NAME
static final int NAMEThe DTD constant corresponds to NAME- See Also:
-
NAMES
static final int NAMESThe DTD constant corresponds to NAMES- See Also:
-
NMTOKEN
static final int NMTOKENThe DTD constant corresponds to NMTOKEN- See Also:
-
NMTOKENS
static final int NMTOKENSThe DTD constant corresponds to NMTOKENS- See Also:
-
NOTATION
static final int NOTATIONThe DTD constant corresponds to NOTATION- See Also:
-
NUMBER
static final int NUMBERThe DTD constant corresponds to NUMBER- See Also:
-
NUMBERS
static final int NUMBERSThe DTD constant corresponds to NUMBERS- See Also:
-
NUTOKEN
static final int NUTOKENThe DTD constant corresponds to NUTOKEN- See Also:
-
NUTOKENS
static final int NUTOKENSThe DTD constant corresponds to NUTOKENS- See Also:
-
RCDATA
static final int RCDATAThe DTD constant corresponds to RCDATA- See Also:
-
EMPTY
static final int EMPTYThe DTD constant corresponds to EMPTY- See Also:
-
MODEL
static final int MODELThe DTD constant corresponds to MODEL- See Also:
-
ANY
static final int ANYThe DTD constant corresponds to ANY- See Also:
-
FIXED
static final int FIXEDThe DTD constant corresponds to FIXED- See Also:
-
REQUIRED
static final int REQUIREDThe DTD constant corresponds to REQUIRED- See Also:
-
CURRENT
static final int CURRENTThe DTD constant corresponds to CURRENT- See Also:
-
CONREF
static final int CONREFThe DTD constant corresponds to CONREF- See Also:
-
IMPLIED
static final int IMPLIEDThe DTD constant corresponds to IMPLIED- See Also:
-
PUBLIC
static final int PUBLICThe DTD constant corresponds to PUBLIC- See Also:
-
SDATA
static final int SDATAThe DTD constant corresponds to SDATA- See Also:
-
PI
static final int PIThe DTD constant corresponds to PI- See Also:
-
STARTTAG
static final int STARTTAGThe DTD constant corresponds to STARTTAG- See Also:
-
ENDTAG
static final int ENDTAGThe DTD constant corresponds to ENDTAG- See Also:
-
MS
static final int MSThe DTD constant corresponds to MS- See Also:
-
MD
static final int MDThe DTD constant corresponds to MD- See Also:
-
SYSTEM
static final int SYSTEMThe DTD constant corresponds to SYSTEM- See Also:
-
GENERAL
static final int GENERALThe DTD constant corresponds to GENERAL- See Also:
-
DEFAULT
static final int DEFAULTThe DTD constant corresponds to DEFAULT- See Also:
-
PARAMETER
static final int PARAMETERThe DTD constant corresponds to PARAMETER- See Also:
-