- 
- All Known Implementing Classes:
- AttributeList,- DocumentParser,- DTD,- Element,- Entity,- Parser
 
 public interface DTDConstantsSGML 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 Detail- 
CDATAstatic final int CDATA The DTD constant corresponds to CDATA- See Also:
- Constant Field Values
 
 - 
ENTITYstatic final int ENTITY The DTD constant corresponds to ENTITY- See Also:
- Constant Field Values
 
 - 
ENTITIESstatic final int ENTITIES The DTD constant corresponds to ENTITIES- See Also:
- Constant Field Values
 
 - 
IDstatic final int ID The DTD constant corresponds to ID- See Also:
- Constant Field Values
 
 - 
IDREFstatic final int IDREF The DTD constant corresponds to IDREF- See Also:
- Constant Field Values
 
 - 
IDREFSstatic final int IDREFS The DTD constant corresponds to IDREFS- See Also:
- Constant Field Values
 
 - 
NAMEstatic final int NAME The DTD constant corresponds to NAME- See Also:
- Constant Field Values
 
 - 
NAMESstatic final int NAMES The DTD constant corresponds to NAMES- See Also:
- Constant Field Values
 
 - 
NMTOKENstatic final int NMTOKEN The DTD constant corresponds to NMTOKEN- See Also:
- Constant Field Values
 
 - 
NMTOKENSstatic final int NMTOKENS The DTD constant corresponds to NMTOKENS- See Also:
- Constant Field Values
 
 - 
NOTATIONstatic final int NOTATION The DTD constant corresponds to NOTATION- See Also:
- Constant Field Values
 
 - 
NUMBERstatic final int NUMBER The DTD constant corresponds to NUMBER- See Also:
- Constant Field Values
 
 - 
NUMBERSstatic final int NUMBERS The DTD constant corresponds to NUMBERS- See Also:
- Constant Field Values
 
 - 
NUTOKENstatic final int NUTOKEN The DTD constant corresponds to NUTOKEN- See Also:
- Constant Field Values
 
 - 
NUTOKENSstatic final int NUTOKENS The DTD constant corresponds to NUTOKENS- See Also:
- Constant Field Values
 
 - 
RCDATAstatic final int RCDATA The DTD constant corresponds to RCDATA- See Also:
- Constant Field Values
 
 - 
EMPTYstatic final int EMPTY The DTD constant corresponds to EMPTY- See Also:
- Constant Field Values
 
 - 
MODELstatic final int MODEL The DTD constant corresponds to MODEL- See Also:
- Constant Field Values
 
 - 
ANYstatic final int ANY The DTD constant corresponds to ANY- See Also:
- Constant Field Values
 
 - 
FIXEDstatic final int FIXED The DTD constant corresponds to FIXED- See Also:
- Constant Field Values
 
 - 
REQUIREDstatic final int REQUIRED The DTD constant corresponds to REQUIRED- See Also:
- Constant Field Values
 
 - 
CURRENTstatic final int CURRENT The DTD constant corresponds to CURRENT- See Also:
- Constant Field Values
 
 - 
CONREFstatic final int CONREF The DTD constant corresponds to CONREF- See Also:
- Constant Field Values
 
 - 
IMPLIEDstatic final int IMPLIED The DTD constant corresponds to IMPLIED- See Also:
- Constant Field Values
 
 - 
PUBLICstatic final int PUBLIC The DTD constant corresponds to PUBLIC- See Also:
- Constant Field Values
 
 - 
SDATAstatic final int SDATA The DTD constant corresponds to SDATA- See Also:
- Constant Field Values
 
 - 
PIstatic final int PI The DTD constant corresponds to PI- See Also:
- Constant Field Values
 
 - 
STARTTAGstatic final int STARTTAG The DTD constant corresponds to STARTTAG- See Also:
- Constant Field Values
 
 - 
ENDTAGstatic final int ENDTAG The DTD constant corresponds to ENDTAG- See Also:
- Constant Field Values
 
 - 
MSstatic final int MS The DTD constant corresponds to MS- See Also:
- Constant Field Values
 
 - 
MDstatic final int MD The DTD constant corresponds to MD- See Also:
- Constant Field Values
 
 - 
SYSTEMstatic final int SYSTEM The DTD constant corresponds to SYSTEM- See Also:
- Constant Field Values
 
 - 
GENERALstatic final int GENERAL The DTD constant corresponds to GENERAL- See Also:
- Constant Field Values
 
 - 
DEFAULTstatic final int DEFAULT The DTD constant corresponds to DEFAULT- See Also:
- Constant Field Values
 
 - 
PARAMETERstatic final int PARAMETER The DTD constant corresponds to PARAMETER- See Also:
- Constant Field Values
 
 
- 
 
-