org.jbind.xml.parser
Interface ParserConstants
- All Known Implementing Classes:
- Parser, ParserTokenManager
- public interface ParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
XML_DECL_START
public static final int XML_DECL_START
- See Also:
- Constant Field Values
DOC_TYPE_START
public static final int DOC_TYPE_START
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
S
public static final int S
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
PI
public static final int PI
- See Also:
- Constant Field Values
LT_SLASH
public static final int LT_SLASH
- See Also:
- Constant Field Values
CHAR_DATA
public static final int CHAR_DATA
- See Also:
- Constant Field Values
CDATA_START
public static final int CDATA_START
- See Also:
- Constant Field Values
ATT_CHARS_Q
public static final int ATT_CHARS_Q
- See Also:
- Constant Field Values
ATT_QUOT
public static final int ATT_QUOT
- See Also:
- Constant Field Values
ATT_CHARS_A
public static final int ATT_CHARS_A
- See Also:
- Constant Field Values
ATT_APOS
public static final int ATT_APOS
- See Also:
- Constant Field Values
ENTITY_REF
public static final int ENTITY_REF
- See Also:
- Constant Field Values
CHAR_REF_D
public static final int CHAR_REF_D
- See Also:
- Constant Field Values
CHAR_REF_H
public static final int CHAR_REF_H
- See Also:
- Constant Field Values
Name
public static final int Name
- See Also:
- Constant Field Values
NameChar
public static final int NameChar
- See Also:
- Constant Field Values
CDATA
public static final int CDATA
- See Also:
- Constant Field Values
CDATA_END
public static final int CDATA_END
- See Also:
- Constant Field Values
DOC_TYPE_END
public static final int DOC_TYPE_END
- See Also:
- Constant Field Values
MARKUP_DECL_START
public static final int MARKUP_DECL_START
- See Also:
- Constant Field Values
ExternalId
public static final int ExternalId
- See Also:
- Constant Field Values
String
public static final int String
- See Also:
- Constant Field Values
MARKUP_DECL_END
public static final int MARKUP_DECL_END
- See Also:
- Constant Field Values
ATTLIST_DECL
public static final int ATTLIST_DECL
- See Also:
- Constant Field Values
ELEMENT_DECL
public static final int ELEMENT_DECL
- See Also:
- Constant Field Values
ENTITY_DECL
public static final int ENTITY_DECL
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
QUOT
public static final int QUOT
- See Also:
- Constant Field Values
APOS
public static final int APOS
- See Also:
- Constant Field Values
SLASH_GT
public static final int SLASH_GT
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
NCName
public static final int NCName
- See Also:
- Constant Field Values
NCNameChar
public static final int NCNameChar
- See Also:
- Constant Field Values
Letter
public static final int Letter
- See Also:
- Constant Field Values
BaseChar
public static final int BaseChar
- See Also:
- Constant Field Values
Ideographic
public static final int Ideographic
- See Also:
- Constant Field Values
CombiningChar
public static final int CombiningChar
- See Also:
- Constant Field Values
Digit
public static final int Digit
- See Also:
- Constant Field Values
Extender
public static final int Extender
- See Also:
- Constant Field Values
XML_DECL_END
public static final int XML_DECL_END
- See Also:
- Constant Field Values
version
public static final int version
- See Also:
- Constant Field Values
encoding
public static final int encoding
- See Also:
- Constant Field Values
standalone
public static final int standalone
- See Also:
- Constant Field Values
decl_EQ
public static final int decl_EQ
- See Also:
- Constant Field Values
decl_CDATA
public static final int decl_CDATA
- See Also:
- Constant Field Values
TagState
public static final int TagState
- See Also:
- Constant Field Values
DocTypeState
public static final int DocTypeState
- See Also:
- Constant Field Values
MarkupDeclState
public static final int MarkupDeclState
- See Also:
- Constant Field Values
XmlDeclState
public static final int XmlDeclState
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
ContentState
public static final int ContentState
- See Also:
- Constant Field Values
DocTypeNameState
public static final int DocTypeNameState
- See Also:
- Constant Field Values
AttStateQ
public static final int AttStateQ
- See Also:
- Constant Field Values
AttStateA
public static final int AttStateA
- See Also:
- Constant Field Values
PiState
public static final int PiState
- See Also:
- Constant Field Values
DocTypeDeclStartState
public static final int DocTypeDeclStartState
- See Also:
- Constant Field Values
CDataState
public static final int CDataState
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage