org.apache.commons.jxpath.ri.parser
Interface XPathParserConstants
- All Known Implementing Classes:
- XPathParser, XPathParserTokenManager
- public interface XPathParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
SLASHSLASH
public static final int SLASHSLASH
- See Also:
- Constant Field Values
UNION
public static final int UNION
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
NEQ
public static final int NEQ
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
LTE
public static final int LTE
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
GTE
public static final int GTE
- See Also:
- Constant Field Values
VARIABLE
public static final int VARIABLE
- See Also:
- Constant Field Values
Literal
public static final int Literal
- See Also:
- Constant Field Values
Digit
public static final int Digit
- See Also:
- Constant Field Values
Number
public static final int Number
- 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
UnicodeDigit
public static final int UnicodeDigit
- See Also:
- Constant Field Values
Extender
public static final int Extender
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
MOD
public static final int MOD
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
NODE
public static final int NODE
- See Also:
- Constant Field Values
TEXT
public static final int TEXT
- 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
AXIS_SELF
public static final int AXIS_SELF
- See Also:
- Constant Field Values
AXIS_CHILD
public static final int AXIS_CHILD
- See Also:
- Constant Field Values
AXIS_PARENT
public static final int AXIS_PARENT
- See Also:
- Constant Field Values
AXIS_ANCESTOR
public static final int AXIS_ANCESTOR
- See Also:
- Constant Field Values
AXIS_ATTRIBUTE
public static final int AXIS_ATTRIBUTE
- See Also:
- Constant Field Values
AXIS_NAMESPACE
public static final int AXIS_NAMESPACE
- See Also:
- Constant Field Values
AXIS_PRECEDING
public static final int AXIS_PRECEDING
- See Also:
- Constant Field Values
AXIS_FOLLOWING
public static final int AXIS_FOLLOWING
- See Also:
- Constant Field Values
AXIS_DESCENDANT
public static final int AXIS_DESCENDANT
- See Also:
- Constant Field Values
AXIS_ANCESTOR_OR_SELF
public static final int AXIS_ANCESTOR_OR_SELF
- See Also:
- Constant Field Values
AXIS_FOLLOWING_SIBLING
public static final int AXIS_FOLLOWING_SIBLING
- See Also:
- Constant Field Values
AXIS_PRECEDING_SIBLING
public static final int AXIS_PRECEDING_SIBLING
- See Also:
- Constant Field Values
AXIS_DESCENDANT_OR_SELF
public static final int AXIS_DESCENDANT_OR_SELF
- See Also:
- Constant Field Values
FUNCTION_LAST
public static final int FUNCTION_LAST
- See Also:
- Constant Field Values
FUNCTION_POSITION
public static final int FUNCTION_POSITION
- See Also:
- Constant Field Values
FUNCTION_COUNT
public static final int FUNCTION_COUNT
- See Also:
- Constant Field Values
FUNCTION_ID
public static final int FUNCTION_ID
- See Also:
- Constant Field Values
FUNCTION_KEY
public static final int FUNCTION_KEY
- See Also:
- Constant Field Values
FUNCTION_LOCAL_NAME
public static final int FUNCTION_LOCAL_NAME
- See Also:
- Constant Field Values
FUNCTION_NAMESPACE_URI
public static final int FUNCTION_NAMESPACE_URI
- See Also:
- Constant Field Values
FUNCTION_NAME
public static final int FUNCTION_NAME
- See Also:
- Constant Field Values
FUNCTION_STRING
public static final int FUNCTION_STRING
- See Also:
- Constant Field Values
FUNCTION_CONCAT
public static final int FUNCTION_CONCAT
- See Also:
- Constant Field Values
FUNCTION_STARTS_WITH
public static final int FUNCTION_STARTS_WITH
- See Also:
- Constant Field Values
FUNCTION_CONTAINS
public static final int FUNCTION_CONTAINS
- See Also:
- Constant Field Values
FUNCTION_SUBSTRING_BEFORE
public static final int FUNCTION_SUBSTRING_BEFORE
- See Also:
- Constant Field Values
FUNCTION_SUBSTRING_AFTER
public static final int FUNCTION_SUBSTRING_AFTER
- See Also:
- Constant Field Values
FUNCTION_SUBSTRING
public static final int FUNCTION_SUBSTRING
- See Also:
- Constant Field Values
FUNCTION_STRING_LENGTH
public static final int FUNCTION_STRING_LENGTH
- See Also:
- Constant Field Values
FUNCTION_NORMALIZE_SPACE
public static final int FUNCTION_NORMALIZE_SPACE
- See Also:
- Constant Field Values
FUNCTION_TRANSLATE
public static final int FUNCTION_TRANSLATE
- See Also:
- Constant Field Values
FUNCTION_BOOLEAN
public static final int FUNCTION_BOOLEAN
- See Also:
- Constant Field Values
FUNCTION_NOT
public static final int FUNCTION_NOT
- See Also:
- Constant Field Values
FUNCTION_TRUE
public static final int FUNCTION_TRUE
- See Also:
- Constant Field Values
FUNCTION_FALSE
public static final int FUNCTION_FALSE
- See Also:
- Constant Field Values
FUNCTION_NULL
public static final int FUNCTION_NULL
- See Also:
- Constant Field Values
FUNCTION_LANG
public static final int FUNCTION_LANG
- See Also:
- Constant Field Values
FUNCTION_NUMBER
public static final int FUNCTION_NUMBER
- See Also:
- Constant Field Values
FUNCTION_SUM
public static final int FUNCTION_SUM
- See Also:
- Constant Field Values
FUNCTION_FLOOR
public static final int FUNCTION_FLOOR
- See Also:
- Constant Field Values
FUNCTION_CEILING
public static final int FUNCTION_CEILING
- See Also:
- Constant Field Values
FUNCTION_ROUND
public static final int FUNCTION_ROUND
- See Also:
- Constant Field Values
FUNCTION_FORMAT_NUMBER
public static final int FUNCTION_FORMAT_NUMBER
- See Also:
- Constant Field Values
NCName
public static final int NCName
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage