- 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 SummaryFields Modifier and Type Field Description static intANYThe DTD constant corresponds to ANYstatic intCDATAThe DTD constant corresponds to CDATAstatic intCONREFThe DTD constant corresponds to CONREFstatic intCURRENTThe DTD constant corresponds to CURRENTstatic intDEFAULTThe DTD constant corresponds to DEFAULTstatic intEMPTYThe DTD constant corresponds to EMPTYstatic intENDTAGThe DTD constant corresponds to ENDTAGstatic intENTITIESThe DTD constant corresponds to ENTITIESstatic intENTITYThe DTD constant corresponds to ENTITYstatic intFIXEDThe DTD constant corresponds to FIXEDstatic intGENERALThe DTD constant corresponds to GENERALstatic intIDThe DTD constant corresponds to IDstatic intIDREFThe DTD constant corresponds to IDREFstatic intIDREFSThe DTD constant corresponds to IDREFSstatic intIMPLIEDThe DTD constant corresponds to IMPLIEDstatic intMDThe DTD constant corresponds to MDstatic intMODELThe DTD constant corresponds to MODELstatic intMSThe DTD constant corresponds to MSstatic intNAMEThe DTD constant corresponds to NAMEstatic intNAMESThe DTD constant corresponds to NAMESstatic intNMTOKENThe DTD constant corresponds to NMTOKENstatic intNMTOKENSThe DTD constant corresponds to NMTOKENSstatic intNOTATIONThe DTD constant corresponds to NOTATIONstatic intNUMBERThe DTD constant corresponds to NUMBERstatic intNUMBERSThe DTD constant corresponds to NUMBERSstatic intNUTOKENThe DTD constant corresponds to NUTOKENstatic intNUTOKENSThe DTD constant corresponds to NUTOKENSstatic intPARAMETERThe DTD constant corresponds to PARAMETERstatic intPIThe DTD constant corresponds to PIstatic intPUBLICThe DTD constant corresponds to PUBLICstatic intRCDATAThe DTD constant corresponds to RCDATAstatic intREQUIREDThe DTD constant corresponds to REQUIREDstatic intSDATAThe DTD constant corresponds to SDATAstatic intSTARTTAGThe DTD constant corresponds to STARTTAGstatic intSYSTEMThe DTD constant corresponds to SYSTEM
- 
Field Details- 
CDATAstatic final int CDATAThe DTD constant corresponds to CDATA- See Also:
- Constant Field Values
 
- 
ENTITYstatic final int ENTITYThe DTD constant corresponds to ENTITY- See Also:
- Constant Field Values
 
- 
ENTITIESstatic final int ENTITIESThe DTD constant corresponds to ENTITIES- See Also:
- Constant Field Values
 
- 
IDstatic final int IDThe DTD constant corresponds to ID- See Also:
- Constant Field Values
 
- 
IDREFstatic final int IDREFThe DTD constant corresponds to IDREF- See Also:
- Constant Field Values
 
- 
IDREFSstatic final int IDREFSThe DTD constant corresponds to IDREFS- See Also:
- Constant Field Values
 
- 
NAMEstatic final int NAMEThe DTD constant corresponds to NAME- See Also:
- Constant Field Values
 
- 
NAMESstatic final int NAMESThe DTD constant corresponds to NAMES- See Also:
- Constant Field Values
 
- 
NMTOKENstatic final int NMTOKENThe DTD constant corresponds to NMTOKEN- See Also:
- Constant Field Values
 
- 
NMTOKENSstatic final int NMTOKENSThe DTD constant corresponds to NMTOKENS- See Also:
- Constant Field Values
 
- 
NOTATIONstatic final int NOTATIONThe DTD constant corresponds to NOTATION- See Also:
- Constant Field Values
 
- 
NUMBERstatic final int NUMBERThe DTD constant corresponds to NUMBER- See Also:
- Constant Field Values
 
- 
NUMBERSstatic final int NUMBERSThe DTD constant corresponds to NUMBERS- See Also:
- Constant Field Values
 
- 
NUTOKENstatic final int NUTOKENThe DTD constant corresponds to NUTOKEN- See Also:
- Constant Field Values
 
- 
NUTOKENSstatic final int NUTOKENSThe DTD constant corresponds to NUTOKENS- See Also:
- Constant Field Values
 
- 
RCDATAstatic final int RCDATAThe DTD constant corresponds to RCDATA- See Also:
- Constant Field Values
 
- 
EMPTYstatic final int EMPTYThe DTD constant corresponds to EMPTY- See Also:
- Constant Field Values
 
- 
MODELstatic final int MODELThe DTD constant corresponds to MODEL- See Also:
- Constant Field Values
 
- 
ANYstatic final int ANYThe DTD constant corresponds to ANY- See Also:
- Constant Field Values
 
- 
FIXEDstatic final int FIXEDThe DTD constant corresponds to FIXED- See Also:
- Constant Field Values
 
- 
REQUIREDstatic final int REQUIREDThe DTD constant corresponds to REQUIRED- See Also:
- Constant Field Values
 
- 
CURRENTstatic final int CURRENTThe DTD constant corresponds to CURRENT- See Also:
- Constant Field Values
 
- 
CONREFstatic final int CONREFThe DTD constant corresponds to CONREF- See Also:
- Constant Field Values
 
- 
IMPLIEDstatic final int IMPLIEDThe DTD constant corresponds to IMPLIED- See Also:
- Constant Field Values
 
- 
PUBLICstatic final int PUBLICThe DTD constant corresponds to PUBLIC- See Also:
- Constant Field Values
 
- 
SDATAstatic final int SDATAThe DTD constant corresponds to SDATA- See Also:
- Constant Field Values
 
- 
PIstatic final int PIThe DTD constant corresponds to PI- See Also:
- Constant Field Values
 
- 
STARTTAGstatic final int STARTTAGThe DTD constant corresponds to STARTTAG- See Also:
- Constant Field Values
 
- 
ENDTAGstatic final int ENDTAGThe DTD constant corresponds to ENDTAG- See Also:
- Constant Field Values
 
- 
MSstatic final int MSThe DTD constant corresponds to MS- See Also:
- Constant Field Values
 
- 
MDstatic final int MDThe DTD constant corresponds to MD- See Also:
- Constant Field Values
 
- 
SYSTEMstatic final int SYSTEMThe DTD constant corresponds to SYSTEM- See Also:
- Constant Field Values
 
- 
GENERALstatic final int GENERALThe DTD constant corresponds to GENERAL- See Also:
- Constant Field Values
 
- 
DEFAULTstatic final int DEFAULTThe DTD constant corresponds to DEFAULT- See Also:
- Constant Field Values
 
- 
PARAMETERstatic final int PARAMETERThe DTD constant corresponds to PARAMETER- See Also:
- Constant Field Values
 
 
-