com.jeffpalm.dtd
Interface ParserConstants
- All Known Implementing Classes:
- Parser, ParserTokenManager
public interface ParserConstants
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
NAMECHAR
static final int NAMECHAR
- See Also:
- Constant Field Values
FIXED
static final int FIXED
- See Also:
- Constant Field Values
IMPLIED
static final int IMPLIED
- See Also:
- Constant Field Values
PCDATA
static final int PCDATA
- See Also:
- Constant Field Values
REQUIRED
static final int REQUIRED
- See Also:
- Constant Field Values
CDATA
static final int CDATA
- See Also:
- Constant Field Values
ANY
static final int ANY
- See Also:
- Constant Field Values
EMPTY
static final int EMPTY
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
IDREF
static final int IDREF
- See Also:
- Constant Field Values
IDREFS
static final int IDREFS
- See Also:
- Constant Field Values
ENTITY
static final int ENTITY
- See Also:
- Constant Field Values
ENTITIES
static final int ENTITIES
- See Also:
- Constant Field Values
NMTOKEN
static final int NMTOKEN
- See Also:
- Constant Field Values
NMTOKENS
static final int NMTOKENS
- See Also:
- Constant Field Values
NOTATION
static final int NOTATION
- See Also:
- Constant Field Values
NAME
static final int NAME
- See Also:
- Constant Field Values
QUOTEDSTR
static final int QUOTEDSTR
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage