org.exolab.castor.xml.dtd.parser
Interface DTDParserConstants

All Known Implementing Classes:
DTDParser, DTDParserTokenManager

public interface DTDParserConstants


Field Summary
static int AND
           
static int ANY
           
static int ATTR_VALUE_CHAR_DQ
           
static int ATTR_VALUE_CHAR_SQ
           
static int BEGIN_ATTR_DECL
           
static int BEGIN_COMMENT
           
static int BEGIN_ELEMENT_DECL
           
static int BEGIN_GE_DECL
           
static int BEGIN_NOTATION_DECL
           
static int CDATA
           
static int COMBINING_CHAR
           
static int COMMENT_CHAR
           
static int DASH
           
static int DEFAULT
           
static int DIGIT
           
static int EMPTY
           
static int END_ATTR_DECL
           
static int END_COMMENT
           
static int END_DQ_ATTR
           
static int END_DQ_GE
           
static int END_ELEMENT_DECL
           
static int END_GE_DECL
           
static int END_NOTATION_DECL
           
static int END_SQ_ATTR
           
static int END_SQ_GE
           
static int ENTITIES
           
static int ENTITY
           
static int EOF
           
static int EXTENDER
           
static int FIXED
           
static int GE_VAlUE_CHAR_DQ
           
static int GE_VAlUE_CHAR_SQ
           
static int ID
           
static int IDREF
           
static int IDREFS
           
static int IMPLIED
           
static int LEFT_PAREN
           
static int LEFT_PAREN_ATTR
           
static int LETTER
           
static int NAME
           
static int NAME_ATTR
           
static int NAME_GE
           
static int NAME_NOT
           
static int NAMECHAR
           
static int NDATA
           
static int NMTOKEN
           
static int NMTOKEN_ATTR
           
static int NMTOKENS
           
static int NOTATION
           
static int OR
           
static int OR_ATTR
           
static int PCDATA
           
static int PLUS
           
static int PUBIDCHAR_GE
           
static int PUBIDCHAR_NOT
           
static int Public_GE
           
static int PUBLIC_GE
           
static int Public_NOT
           
static int PUBLIC_NOT
           
static int PUBLITER_GE
           
static int PUBLITER_NOT
           
static int QUESTION
           
static int REQUIRED
           
static int RIGHT_PAREN
           
static int RIGHT_PAREN_ATTR
           
static int S
           
static int S_ATTR
           
static int S_GE
           
static int S_GE_PUB
           
static int S_NOT
           
static int S_NOT_SYS
           
static int STAR
           
static int START_DQ_ATTR
           
static int START_DQ_GE
           
static int START_SQ_ATTR
           
static int START_SQ_GE
           
static int SYSLITER_GE
           
static int SYSLITER_NOT
           
static int System_GE
           
static int SYSTEM_GE
           
static int System_NOT
           
static int SYSTEM_NOT
           
static java.lang.String[] tokenImage
           
static int WithinAttrDecl
           
static int WithinAttrValueDQ
           
static int WithinAttrValueSQ
           
static int WithinComment
           
static int WithinGEDecl
           
static int WithinGEValueDQ
           
static int WithinGEValueSQ
           
static int WithinNotationDecl
           
 

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

S

static final int S
See Also:
Constant Field Values

LEFT_PAREN

static final int LEFT_PAREN
See Also:
Constant Field Values

RIGHT_PAREN

static final int RIGHT_PAREN
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

QUESTION

static final int QUESTION
See Also:
Constant Field Values

PLUS

static final int PLUS
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

BEGIN_ELEMENT_DECL

static final int BEGIN_ELEMENT_DECL
See Also:
Constant Field Values

END_ELEMENT_DECL

static final int END_ELEMENT_DECL
See Also:
Constant Field Values

PCDATA

static final int PCDATA
See Also:
Constant Field Values

BEGIN_ATTR_DECL

static final int BEGIN_ATTR_DECL
See Also:
Constant Field Values

BEGIN_COMMENT

static final int BEGIN_COMMENT
See Also:
Constant Field Values

BEGIN_GE_DECL

static final int BEGIN_GE_DECL
See Also:
Constant Field Values

BEGIN_NOTATION_DECL

static final int BEGIN_NOTATION_DECL
See Also:
Constant Field Values

NAME

static final int NAME
See Also:
Constant Field Values

COMMENT_CHAR

static final int COMMENT_CHAR
See Also:
Constant Field Values

DASH

static final int DASH
See Also:
Constant Field Values

END_COMMENT

static final int END_COMMENT
See Also:
Constant Field Values

S_ATTR

static final int S_ATTR
See Also:
Constant Field Values

LEFT_PAREN_ATTR

static final int LEFT_PAREN_ATTR
See Also:
Constant Field Values

RIGHT_PAREN_ATTR

static final int RIGHT_PAREN_ATTR
See Also:
Constant Field Values

OR_ATTR

static final int OR_ATTR
See Also:
Constant Field Values

CDATA

static final int CDATA
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

REQUIRED

static final int REQUIRED
See Also:
Constant Field Values

IMPLIED

static final int IMPLIED
See Also:
Constant Field Values

FIXED

static final int FIXED
See Also:
Constant Field Values

START_DQ_ATTR

static final int START_DQ_ATTR
See Also:
Constant Field Values

START_SQ_ATTR

static final int START_SQ_ATTR
See Also:
Constant Field Values

END_ATTR_DECL

static final int END_ATTR_DECL
See Also:
Constant Field Values

NAME_ATTR

static final int NAME_ATTR
See Also:
Constant Field Values

NMTOKEN_ATTR

static final int NMTOKEN_ATTR
See Also:
Constant Field Values

ATTR_VALUE_CHAR_DQ

static final int ATTR_VALUE_CHAR_DQ
See Also:
Constant Field Values

END_DQ_ATTR

static final int END_DQ_ATTR
See Also:
Constant Field Values

ATTR_VALUE_CHAR_SQ

static final int ATTR_VALUE_CHAR_SQ
See Also:
Constant Field Values

END_SQ_ATTR

static final int END_SQ_ATTR
See Also:
Constant Field Values

S_GE

static final int S_GE
See Also:
Constant Field Values

END_GE_DECL

static final int END_GE_DECL
See Also:
Constant Field Values

START_DQ_GE

static final int START_DQ_GE
See Also:
Constant Field Values

START_SQ_GE

static final int START_SQ_GE
See Also:
Constant Field Values

PUBLIC_GE

static final int PUBLIC_GE
See Also:
Constant Field Values

SYSTEM_GE

static final int SYSTEM_GE
See Also:
Constant Field Values

NDATA

static final int NDATA
See Also:
Constant Field Values

NAME_GE

static final int NAME_GE
See Also:
Constant Field Values

SYSLITER_GE

static final int SYSLITER_GE
See Also:
Constant Field Values

PUBIDCHAR_GE

static final int PUBIDCHAR_GE
See Also:
Constant Field Values

PUBLITER_GE

static final int PUBLITER_GE
See Also:
Constant Field Values

S_GE_PUB

static final int S_GE_PUB
See Also:
Constant Field Values

GE_VAlUE_CHAR_DQ

static final int GE_VAlUE_CHAR_DQ
See Also:
Constant Field Values

END_DQ_GE

static final int END_DQ_GE
See Also:
Constant Field Values

GE_VAlUE_CHAR_SQ

static final int GE_VAlUE_CHAR_SQ
See Also:
Constant Field Values

END_SQ_GE

static final int END_SQ_GE
See Also:
Constant Field Values

S_NOT

static final int S_NOT
See Also:
Constant Field Values

PUBLIC_NOT

static final int PUBLIC_NOT
See Also:
Constant Field Values

SYSTEM_NOT

static final int SYSTEM_NOT
See Also:
Constant Field Values

NAME_NOT

static final int NAME_NOT
See Also:
Constant Field Values

SYSLITER_NOT

static final int SYSLITER_NOT
See Also:
Constant Field Values

S_NOT_SYS

static final int S_NOT_SYS
See Also:
Constant Field Values

END_NOTATION_DECL

static final int END_NOTATION_DECL
See Also:
Constant Field Values

PUBIDCHAR_NOT

static final int PUBIDCHAR_NOT
See Also:
Constant Field Values

PUBLITER_NOT

static final int PUBLITER_NOT
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

WithinComment

static final int WithinComment
See Also:
Constant Field Values

WithinAttrDecl

static final int WithinAttrDecl
See Also:
Constant Field Values

WithinAttrValueDQ

static final int WithinAttrValueDQ
See Also:
Constant Field Values

WithinAttrValueSQ

static final int WithinAttrValueSQ
See Also:
Constant Field Values

WithinGEDecl

static final int WithinGEDecl
See Also:
Constant Field Values

System_GE

static final int System_GE
See Also:
Constant Field Values

Public_GE

static final int Public_GE
See Also:
Constant Field Values

WithinGEValueDQ

static final int WithinGEValueDQ
See Also:
Constant Field Values

WithinGEValueSQ

static final int WithinGEValueSQ
See Also:
Constant Field Values

WithinNotationDecl

static final int WithinNotationDecl
See Also:
Constant Field Values

System_NOT

static final int System_NOT
See Also:
Constant Field Values

Public_NOT

static final int Public_NOT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage


Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com