public interface XPathParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
AND |
static int |
AXIS_ANCESTOR |
static int |
AXIS_ANCESTOR_OR_SELF |
static int |
AXIS_ATTRIBUTE |
static int |
AXIS_CHILD |
static int |
AXIS_DESCENDANT |
static int |
AXIS_DESCENDANT_OR_SELF |
static int |
AXIS_FOLLOWING |
static int |
AXIS_FOLLOWING_SIBLING |
static int |
AXIS_NAMESPACE |
static int |
AXIS_PARENT |
static int |
AXIS_PRECEDING |
static int |
AXIS_PRECEDING_SIBLING |
static int |
AXIS_SELF |
static int |
BaseChar |
static int |
CombiningChar |
static int |
COMMENT |
static int |
DEFAULT |
static int |
Digit |
static int |
DIV |
static int |
EOF |
static int |
EQ |
static int |
Extender |
static int |
FUNCTION_BOOLEAN |
static int |
FUNCTION_CEILING |
static int |
FUNCTION_CONCAT |
static int |
FUNCTION_CONTAINS |
static int |
FUNCTION_COUNT |
static int |
FUNCTION_ENDS_WITH |
static int |
FUNCTION_FALSE |
static int |
FUNCTION_FLOOR |
static int |
FUNCTION_FORMAT_NUMBER |
static int |
FUNCTION_ID |
static int |
FUNCTION_KEY |
static int |
FUNCTION_LANG |
static int |
FUNCTION_LAST |
static int |
FUNCTION_LOCAL_NAME |
static int |
FUNCTION_NAME |
static int |
FUNCTION_NAMESPACE_URI |
static int |
FUNCTION_NORMALIZE_SPACE |
static int |
FUNCTION_NOT |
static int |
FUNCTION_NULL |
static int |
FUNCTION_NUMBER |
static int |
FUNCTION_POSITION |
static int |
FUNCTION_ROUND |
static int |
FUNCTION_STARTS_WITH |
static int |
FUNCTION_STRING |
static int |
FUNCTION_STRING_LENGTH |
static int |
FUNCTION_SUBSTRING |
static int |
FUNCTION_SUBSTRING_AFTER |
static int |
FUNCTION_SUBSTRING_BEFORE |
static int |
FUNCTION_SUM |
static int |
FUNCTION_TRANSLATE |
static int |
FUNCTION_TRUE |
static int |
GT |
static int |
GTE |
static int |
Ideographic |
static int |
Letter |
static int |
Literal |
static int |
LT |
static int |
LTE |
static int |
MINUS |
static int |
MOD |
static int |
NCName |
static int |
NEQ |
static int |
NODE |
static int |
Number |
static int |
OR |
static int |
PI |
static int |
PLUS |
static int |
SLASH |
static int |
SLASHSLASH |
static int |
TEXT |
static String[] |
tokenImage |
static int |
UnicodeDigit |
static int |
UNION |
static int |
VARIABLE |
static final int EOF
static final int SLASH
static final int SLASHSLASH
static final int UNION
static final int PLUS
static final int MINUS
static final int EQ
static final int NEQ
static final int LT
static final int LTE
static final int GT
static final int GTE
static final int VARIABLE
static final int Literal
static final int Digit
static final int Number
static final int Letter
static final int BaseChar
static final int Ideographic
static final int CombiningChar
static final int UnicodeDigit
static final int Extender
static final int OR
static final int AND
static final int MOD
static final int DIV
static final int NODE
static final int TEXT
static final int COMMENT
static final int PI
static final int AXIS_SELF
static final int AXIS_CHILD
static final int AXIS_PARENT
static final int AXIS_ANCESTOR
static final int AXIS_ATTRIBUTE
static final int AXIS_NAMESPACE
static final int AXIS_PRECEDING
static final int AXIS_FOLLOWING
static final int AXIS_DESCENDANT
static final int AXIS_ANCESTOR_OR_SELF
static final int AXIS_FOLLOWING_SIBLING
static final int AXIS_PRECEDING_SIBLING
static final int AXIS_DESCENDANT_OR_SELF
static final int FUNCTION_LAST
static final int FUNCTION_POSITION
static final int FUNCTION_COUNT
static final int FUNCTION_ID
static final int FUNCTION_KEY
static final int FUNCTION_LOCAL_NAME
static final int FUNCTION_NAMESPACE_URI
static final int FUNCTION_NAME
static final int FUNCTION_STRING
static final int FUNCTION_CONCAT
static final int FUNCTION_STARTS_WITH
static final int FUNCTION_ENDS_WITH
static final int FUNCTION_CONTAINS
static final int FUNCTION_SUBSTRING_BEFORE
static final int FUNCTION_SUBSTRING_AFTER
static final int FUNCTION_SUBSTRING
static final int FUNCTION_STRING_LENGTH
static final int FUNCTION_NORMALIZE_SPACE
static final int FUNCTION_TRANSLATE
static final int FUNCTION_BOOLEAN
static final int FUNCTION_NOT
static final int FUNCTION_TRUE
static final int FUNCTION_FALSE
static final int FUNCTION_NULL
static final int FUNCTION_LANG
static final int FUNCTION_NUMBER
static final int FUNCTION_SUM
static final int FUNCTION_FLOOR
static final int FUNCTION_CEILING
static final int FUNCTION_ROUND
static final int FUNCTION_FORMAT_NUMBER
static final int NCName
static final int DEFAULT
static final String[] tokenImage
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.