Interface SPathParserConstants
-
- All Known Implementing Classes:
SPathParser,SPathParserTokenManager
public interface SPathParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intATstatic intCOLONstatic intCOMBINING_CHARstatic intDASHstatic intDEFAULTstatic intDIGITstatic intDOTstatic intEND_BRACKETstatic intEOFstatic intEQUALSstatic intEXTENDERstatic intLETTERstatic intLITERALstatic intNCNAMEstatic intNCNAMECHARstatic intNSWILDCARDstatic intQNAMEstatic intSLASHstatic intSTARstatic intSTART_BRACKETstatic String[]tokenImagestatic intUNDERSCORE
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
LITERAL
static final int LITERAL
- See Also:
- Constant Field Values
-
QNAME
static final int QNAME
- See Also:
- Constant Field Values
-
NCNAME
static final int NCNAME
- See Also:
- Constant Field Values
-
NSWILDCARD
static final int NSWILDCARD
- See Also:
- Constant Field Values
-
NCNAMECHAR
static final int NCNAMECHAR
- 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
-
UNDERSCORE
static final int UNDERSCORE
- See Also:
- Constant Field Values
-
DOT
static final int DOT
- See Also:
- Constant Field Values
-
DASH
static final int DASH
- See Also:
- Constant Field Values
-
SLASH
static final int SLASH
- See Also:
- Constant Field Values
-
STAR
static final int STAR
- See Also:
- Constant Field Values
-
COLON
static final int COLON
- See Also:
- Constant Field Values
-
START_BRACKET
static final int START_BRACKET
- See Also:
- Constant Field Values
-
END_BRACKET
static final int END_BRACKET
- See Also:
- Constant Field Values
-
AT
static final int AT
- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
-
-