Package org.exolab.castor.xml.dtd.parser
Interface DTDInitialParserConstants
-
- All Known Implementing Classes:
DTDInitialParser,DTDInitialParserTokenManager
public interface DTDInitialParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intBEGIN_PE_DECLstatic intCOMBINING_CHARstatic intDEFAULTstatic intDIGITstatic intEND_DQstatic intEND_PE_DECLstatic intEND_SQstatic intENTITY_VALUE_TEXT_DQstatic intENTITY_VALUE_TEXT_SQstatic intEOFstatic intEXTENDERstatic intLETTERstatic intNAMEstatic intNAME_OF_PEstatic intNAMECHARstatic intPE_REFERENCE_Dstatic intPE_REFERENCE_DQstatic intPE_REFERENCE_SQstatic intSstatic intSPACEstatic intSTART_DQstatic intSTART_SQstatic intTEXT_UNITstatic java.lang.String[]tokenImagestatic intWithinEntityValueDQstatic intWithinEntityValueSQstatic intWithinPEdecl
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
COMBINING_CHAR
static final int COMBINING_CHAR
- See Also:
- Constant Field Values
-
EXTENDER
static final int EXTENDER
- See Also:
- Constant Field Values
-
NAMECHAR
static final int NAMECHAR
- See Also:
- Constant Field Values
-
NAME
static final int NAME
- See Also:
- Constant Field Values
-
S
static final int S
- See Also:
- Constant Field Values
-
TEXT_UNIT
static final int TEXT_UNIT
- See Also:
- Constant Field Values
-
BEGIN_PE_DECL
static final int BEGIN_PE_DECL
- See Also:
- Constant Field Values
-
PE_REFERENCE_D
static final int PE_REFERENCE_D
- See Also:
- Constant Field Values
-
NAME_OF_PE
static final int NAME_OF_PE
- See Also:
- Constant Field Values
-
SPACE
static final int SPACE
- See Also:
- Constant Field Values
-
START_DQ
static final int START_DQ
- See Also:
- Constant Field Values
-
START_SQ
static final int START_SQ
- See Also:
- Constant Field Values
-
END_PE_DECL
static final int END_PE_DECL
- See Also:
- Constant Field Values
-
ENTITY_VALUE_TEXT_DQ
static final int ENTITY_VALUE_TEXT_DQ
- See Also:
- Constant Field Values
-
PE_REFERENCE_DQ
static final int PE_REFERENCE_DQ
- See Also:
- Constant Field Values
-
END_DQ
static final int END_DQ
- See Also:
- Constant Field Values
-
ENTITY_VALUE_TEXT_SQ
static final int ENTITY_VALUE_TEXT_SQ
- See Also:
- Constant Field Values
-
PE_REFERENCE_SQ
static final int PE_REFERENCE_SQ
- See Also:
- Constant Field Values
-
END_SQ
static final int END_SQ
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
WithinPEdecl
static final int WithinPEdecl
- See Also:
- Constant Field Values
-
WithinEntityValueDQ
static final int WithinEntityValueDQ
- See Also:
- Constant Field Values
-
WithinEntityValueSQ
static final int WithinEntityValueSQ
- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
-
-