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