org.exolab.castor.xml.dtd.parser
public interface DTDInitialParserConstants
| Field Summary | |
|---|---|
| int | BEGIN_PE_DECL |
| int | COMBINING_CHAR |
| int | DEFAULT |
| int | DIGIT |
| int | END_DQ |
| int | END_PE_DECL |
| int | END_SQ |
| int | ENTITY_VALUE_TEXT_DQ |
| int | ENTITY_VALUE_TEXT_SQ |
| int | EOF |
| int | EXTENDER |
| int | LETTER |
| int | NAME |
| int | NAMECHAR |
| int | NAME_OF_PE |
| int | PE_REFERENCE_D |
| int | PE_REFERENCE_DQ |
| int | PE_REFERENCE_SQ |
| int | S |
| int | SPACE |
| int | START_DQ |
| int | START_SQ |
| String[] | tokenImage |
| int | TEXT_UNIT |
| int | WithinEntityValueDQ |
| int | WithinEntityValueSQ |
| int | WithinPEdecl |