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 int
BEGIN_PE_DECL
static int
COMBINING_CHAR
static int
DEFAULT
static int
DIGIT
static int
END_DQ
static int
END_PE_DECL
static int
END_SQ
static int
ENTITY_VALUE_TEXT_DQ
static int
ENTITY_VALUE_TEXT_SQ
static int
EOF
static int
EXTENDER
static int
LETTER
static int
NAME
static int
NAME_OF_PE
static int
NAMECHAR
static int
PE_REFERENCE_D
static int
PE_REFERENCE_DQ
static int
PE_REFERENCE_SQ
static int
S
static int
SPACE
static int
START_DQ
static int
START_SQ
static int
TEXT_UNIT
static java.lang.String[]
tokenImage
static int
WithinEntityValueDQ
static int
WithinEntityValueSQ
static int
WithinPEdecl
-
-
-
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
-
-