org.exist.xquery.parser
Interface XQueryTokenTypes
- All Known Implementing Classes:
- XQueryLexer, XQueryParser
public interface XQueryTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
QNAME
static final int QNAME
- See Also:
- Constant Field Values
PREDICATE
static final int PREDICATE
- See Also:
- Constant Field Values
FLWOR
static final int FLWOR
- See Also:
- Constant Field Values
PARENTHESIZED
static final int PARENTHESIZED
- See Also:
- Constant Field Values
ABSOLUTE_SLASH
static final int ABSOLUTE_SLASH
- See Also:
- Constant Field Values
ABSOLUTE_DSLASH
static final int ABSOLUTE_DSLASH
- See Also:
- Constant Field Values
WILDCARD
static final int WILDCARD
- See Also:
- Constant Field Values
PREFIX_WILDCARD
static final int PREFIX_WILDCARD
- See Also:
- Constant Field Values
FUNCTION
static final int FUNCTION
- See Also:
- Constant Field Values
UNARY_MINUS
static final int UNARY_MINUS
- See Also:
- Constant Field Values
UNARY_PLUS
static final int UNARY_PLUS
- See Also:
- Constant Field Values
XPOINTER
static final int XPOINTER
- See Also:
- Constant Field Values
XPOINTER_ID
static final int XPOINTER_ID
- See Also:
- Constant Field Values
VARIABLE_REF
static final int VARIABLE_REF
- See Also:
- Constant Field Values
VARIABLE_BINDING
static final int VARIABLE_BINDING
- See Also:
- Constant Field Values
ELEMENT
static final int ELEMENT
- See Also:
- Constant Field Values
ATTRIBUTE
static final int ATTRIBUTE
- See Also:
- Constant Field Values
ATTRIBUTE_CONTENT
static final int ATTRIBUTE_CONTENT
- See Also:
- Constant Field Values
TEXT
static final int TEXT
- See Also:
- Constant Field Values
VERSION_DECL
static final int VERSION_DECL
- See Also:
- Constant Field Values
NAMESPACE_DECL
static final int NAMESPACE_DECL
- See Also:
- Constant Field Values
DEF_NAMESPACE_DECL
static final int DEF_NAMESPACE_DECL
- See Also:
- Constant Field Values
DEF_COLLATION_DECL
static final int DEF_COLLATION_DECL
- See Also:
- Constant Field Values
DEF_FUNCTION_NS_DECL
static final int DEF_FUNCTION_NS_DECL
- See Also:
- Constant Field Values
GLOBAL_VAR
static final int GLOBAL_VAR
- See Also:
- Constant Field Values
FUNCTION_DECL
static final int FUNCTION_DECL
- See Also:
- Constant Field Values
PROLOG
static final int PROLOG
- See Also:
- Constant Field Values
OPTION
static final int OPTION
- See Also:
- Constant Field Values
ATOMIC_TYPE
static final int ATOMIC_TYPE
- See Also:
- Constant Field Values
MODULE
static final int MODULE
- See Also:
- Constant Field Values
ORDER_BY
static final int ORDER_BY
- See Also:
- Constant Field Values
GROUP_BY
static final int GROUP_BY
- See Also:
- Constant Field Values
POSITIONAL_VAR
static final int POSITIONAL_VAR
- See Also:
- Constant Field Values
MODULE_DECL
static final int MODULE_DECL
- See Also:
- Constant Field Values
MODULE_IMPORT
static final int MODULE_IMPORT
- See Also:
- Constant Field Values
SCHEMA_IMPORT
static final int SCHEMA_IMPORT
- See Also:
- Constant Field Values
ATTRIBUTE_TEST
static final int ATTRIBUTE_TEST
- See Also:
- Constant Field Values
COMP_ELEM_CONSTRUCTOR
static final int COMP_ELEM_CONSTRUCTOR
- See Also:
- Constant Field Values
COMP_ATTR_CONSTRUCTOR
static final int COMP_ATTR_CONSTRUCTOR
- See Also:
- Constant Field Values
COMP_TEXT_CONSTRUCTOR
static final int COMP_TEXT_CONSTRUCTOR
- See Also:
- Constant Field Values
COMP_COMMENT_CONSTRUCTOR
static final int COMP_COMMENT_CONSTRUCTOR
- See Also:
- Constant Field Values
COMP_PI_CONSTRUCTOR
static final int COMP_PI_CONSTRUCTOR
- See Also:
- Constant Field Values
COMP_NS_CONSTRUCTOR
static final int COMP_NS_CONSTRUCTOR
- See Also:
- Constant Field Values
COMP_DOC_CONSTRUCTOR
static final int COMP_DOC_CONSTRUCTOR
- See Also:
- Constant Field Values
PRAGMA
static final int PRAGMA
- See Also:
- Constant Field Values
LITERAL_xpointer
static final int LITERAL_xpointer
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
NCNAME
static final int NCNAME
- See Also:
- Constant Field Values
LITERAL_xquery
static final int LITERAL_xquery
- See Also:
- Constant Field Values
LITERAL_version
static final int LITERAL_version
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
LITERAL_module
static final int LITERAL_module
- See Also:
- Constant Field Values
LITERAL_namespace
static final int LITERAL_namespace
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
LITERAL_declare
static final int LITERAL_declare
- See Also:
- Constant Field Values
LITERAL_default
static final int LITERAL_default
- See Also:
- Constant Field Values
LITERAL_ordering
static final int LITERAL_ordering
- See Also:
- Constant Field Values
LITERAL_construction
static final int LITERAL_construction
- See Also:
- Constant Field Values
LITERAL_option
static final int LITERAL_option
- See Also:
- Constant Field Values
LITERAL_function
static final int LITERAL_function
- See Also:
- Constant Field Values
LITERAL_variable
static final int LITERAL_variable
- See Also:
- Constant Field Values
LITERAL_import
static final int LITERAL_import
- See Also:
- Constant Field Values
LITERAL_encoding
static final int LITERAL_encoding
- See Also:
- Constant Field Values
LITERAL_collation
static final int LITERAL_collation
- See Also:
- Constant Field Values
LITERAL_element
static final int LITERAL_element
- See Also:
- Constant Field Values
LITERAL_order
static final int LITERAL_order
- See Also:
- Constant Field Values
LITERAL_empty
static final int LITERAL_empty
- See Also:
- Constant Field Values
LITERAL_greatest
static final int LITERAL_greatest
- See Also:
- Constant Field Values
LITERAL_least
static final int LITERAL_least
- See Also:
- Constant Field Values
LITERAL_preserve
static final int LITERAL_preserve
- See Also:
- Constant Field Values
LITERAL_strip
static final int LITERAL_strip
- See Also:
- Constant Field Values
LITERAL_ordered
static final int LITERAL_ordered
- See Also:
- Constant Field Values
LITERAL_unordered
static final int LITERAL_unordered
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
LITERAL_inherit
static final int LITERAL_inherit
- See Also:
- Constant Field Values
DOLLAR
static final int DOLLAR
- See Also:
- Constant Field Values
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
LITERAL_external
static final int LITERAL_external
- See Also:
- Constant Field Values
LITERAL_schema
static final int LITERAL_schema
- See Also:
- Constant Field Values
LITERAL_as
static final int LITERAL_as
- See Also:
- Constant Field Values
LITERAL_at
static final int LITERAL_at
- See Also:
- Constant Field Values
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
LITERAL_item
static final int LITERAL_item
- See Also:
- Constant Field Values
LITERAL_for
static final int LITERAL_for
- See Also:
- Constant Field Values
LITERAL_let
static final int LITERAL_let
- See Also:
- Constant Field Values
LITERAL_some
static final int LITERAL_some
- See Also:
- Constant Field Values
LITERAL_every
static final int LITERAL_every
- See Also:
- Constant Field Values
LITERAL_if
static final int LITERAL_if
- See Also:
- Constant Field Values
LITERAL_typeswitch
static final int LITERAL_typeswitch
- See Also:
- Constant Field Values
LITERAL_update
static final int LITERAL_update
- See Also:
- Constant Field Values
LITERAL_replace
static final int LITERAL_replace
- See Also:
- Constant Field Values
LITERAL_value
static final int LITERAL_value
- See Also:
- Constant Field Values
LITERAL_insert
static final int LITERAL_insert
- See Also:
- Constant Field Values
LITERAL_delete
static final int LITERAL_delete
- See Also:
- Constant Field Values
LITERAL_rename
static final int LITERAL_rename
- See Also:
- Constant Field Values
LITERAL_with
static final int LITERAL_with
- See Also:
- Constant Field Values
LITERAL_into
static final int LITERAL_into
- See Also:
- Constant Field Values
LITERAL_preceding
static final int LITERAL_preceding
- See Also:
- Constant Field Values
LITERAL_following
static final int LITERAL_following
- See Also:
- Constant Field Values
LITERAL_where
static final int LITERAL_where
- See Also:
- Constant Field Values
LITERAL_return
static final int LITERAL_return
- See Also:
- Constant Field Values
LITERAL_in
static final int LITERAL_in
- See Also:
- Constant Field Values
LITERAL_by
static final int LITERAL_by
- See Also:
- Constant Field Values
LITERAL_stable
static final int LITERAL_stable
- See Also:
- Constant Field Values
LITERAL_ascending
static final int LITERAL_ascending
- See Also:
- Constant Field Values
LITERAL_descending
static final int LITERAL_descending
- See Also:
- Constant Field Values
LITERAL_group
static final int LITERAL_group
- See Also:
- Constant Field Values
LITERAL_satisfies
static final int LITERAL_satisfies
- See Also:
- Constant Field Values
LITERAL_case
static final int LITERAL_case
- See Also:
- Constant Field Values
LITERAL_then
static final int LITERAL_then
- See Also:
- Constant Field Values
LITERAL_else
static final int LITERAL_else
- See Also:
- Constant Field Values
LITERAL_or
static final int LITERAL_or
- See Also:
- Constant Field Values
LITERAL_and
static final int LITERAL_and
- See Also:
- Constant Field Values
LITERAL_instance
static final int LITERAL_instance
- See Also:
- Constant Field Values
LITERAL_of
static final int LITERAL_of
- See Also:
- Constant Field Values
LITERAL_treat
static final int LITERAL_treat
- See Also:
- Constant Field Values
LITERAL_castable
static final int LITERAL_castable
- See Also:
- Constant Field Values
LITERAL_cast
static final int LITERAL_cast
- See Also:
- Constant Field Values
BEFORE
static final int BEFORE
- See Also:
- Constant Field Values
AFTER
static final int AFTER
- See Also:
- Constant Field Values
LITERAL_eq
static final int LITERAL_eq
- See Also:
- Constant Field Values
LITERAL_ne
static final int LITERAL_ne
- See Also:
- Constant Field Values
LITERAL_lt
static final int LITERAL_lt
- See Also:
- Constant Field Values
LITERAL_le
static final int LITERAL_le
- See Also:
- Constant Field Values
LITERAL_gt
static final int LITERAL_gt
- See Also:
- Constant Field Values
LITERAL_ge
static final int LITERAL_ge
- See Also:
- Constant Field Values
NEQ
static final int NEQ
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
GTEQ
static final int GTEQ
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
LTEQ
static final int LTEQ
- See Also:
- Constant Field Values
LITERAL_is
static final int LITERAL_is
- See Also:
- Constant Field Values
LITERAL_isnot
static final int LITERAL_isnot
- See Also:
- Constant Field Values
ANDEQ
static final int ANDEQ
- See Also:
- Constant Field Values
OREQ
static final int OREQ
- See Also:
- Constant Field Values
LITERAL_to
static final int LITERAL_to
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
LITERAL_div
static final int LITERAL_div
- See Also:
- Constant Field Values
LITERAL_idiv
static final int LITERAL_idiv
- See Also:
- Constant Field Values
LITERAL_mod
static final int LITERAL_mod
- See Also:
- Constant Field Values
PRAGMA_START
static final int PRAGMA_START
- See Also:
- Constant Field Values
PRAGMA_END
static final int PRAGMA_END
- See Also:
- Constant Field Values
LITERAL_union
static final int LITERAL_union
- See Also:
- Constant Field Values
UNION
static final int UNION
- See Also:
- Constant Field Values
LITERAL_intersect
static final int LITERAL_intersect
- See Also:
- Constant Field Values
LITERAL_except
static final int LITERAL_except
- See Also:
- Constant Field Values
SLASH
static final int SLASH
- See Also:
- Constant Field Values
DSLASH
static final int DSLASH
- See Also:
- Constant Field Values
LITERAL_text
static final int LITERAL_text
- See Also:
- Constant Field Values
LITERAL_node
static final int LITERAL_node
- See Also:
- Constant Field Values
LITERAL_attribute
static final int LITERAL_attribute
- See Also:
- Constant Field Values
LITERAL_comment
static final int LITERAL_comment
- See Also:
- Constant Field Values
LITERAL_document
static final int LITERAL_document
- See Also:
- Constant Field Values
SELF
static final int SELF
- See Also:
- Constant Field Values
XML_COMMENT
static final int XML_COMMENT
- See Also:
- Constant Field Values
XML_PI
static final int XML_PI
- See Also:
- Constant Field Values
LPPAREN
static final int LPPAREN
- See Also:
- Constant Field Values
RPPAREN
static final int RPPAREN
- See Also:
- Constant Field Values
AT
static final int AT
- See Also:
- Constant Field Values
PARENT
static final int PARENT
- See Also:
- Constant Field Values
LITERAL_child
static final int LITERAL_child
- See Also:
- Constant Field Values
LITERAL_self
static final int LITERAL_self
- See Also:
- Constant Field Values
LITERAL_descendant
static final int LITERAL_descendant
- See Also:
- Constant Field Values
LITERAL_parent
static final int LITERAL_parent
- See Also:
- Constant Field Values
LITERAL_ancestor
static final int LITERAL_ancestor
- See Also:
- Constant Field Values
DOUBLE_LITERAL
static final int DOUBLE_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
END_TAG_START
static final int END_TAG_START
- See Also:
- Constant Field Values
QUOT
static final int QUOT
- See Also:
- Constant Field Values
APOS
static final int APOS
- See Also:
- Constant Field Values
QUOT_ATTRIBUTE_CONTENT
static final int QUOT_ATTRIBUTE_CONTENT
- See Also:
- Constant Field Values
ESCAPE_QUOT
static final int ESCAPE_QUOT
- See Also:
- Constant Field Values
APOS_ATTRIBUTE_CONTENT
static final int APOS_ATTRIBUTE_CONTENT
- See Also:
- Constant Field Values
ESCAPE_APOS
static final int ESCAPE_APOS
- See Also:
- Constant Field Values
ELEMENT_CONTENT
static final int ELEMENT_CONTENT
- See Also:
- Constant Field Values
XML_COMMENT_END
static final int XML_COMMENT_END
- See Also:
- Constant Field Values
XML_PI_END
static final int XML_PI_END
- See Also:
- Constant Field Values
XML_CDATA
static final int XML_CDATA
- See Also:
- Constant Field Values
LITERAL_collection
static final int LITERAL_collection
- See Also:
- Constant Field Values
LITERAL_validate
static final int LITERAL_validate
- See Also:
- Constant Field Values
XML_PI_START
static final int XML_PI_START
- See Also:
- Constant Field Values
XML_CDATA_START
static final int XML_CDATA_START
- See Also:
- Constant Field Values
XML_CDATA_END
static final int XML_CDATA_END
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGITS
static final int DIGITS
- See Also:
- Constant Field Values
HEX_DIGITS
static final int HEX_DIGITS
- See Also:
- Constant Field Values
NMSTART
static final int NMSTART
- See Also:
- Constant Field Values
NMCHAR
static final int NMCHAR
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
EXPR_COMMENT
static final int EXPR_COMMENT
- See Also:
- Constant Field Values
PREDEFINED_ENTITY_REF
static final int PREDEFINED_ENTITY_REF
- See Also:
- Constant Field Values
CHAR_REF
static final int CHAR_REF
- See Also:
- Constant Field Values
S
static final int S
- See Also:
- Constant Field Values
NEXT_TOKEN
static final int NEXT_TOKEN
- See Also:
- Constant Field Values
CHAR
static final int CHAR
- See Also:
- Constant Field Values
BASECHAR
static final int BASECHAR
- See Also:
- Constant Field Values
IDEOGRAPHIC
static final int IDEOGRAPHIC
- See Also:
- Constant Field Values
COMBINING_CHAR
static final int COMBINING_CHAR
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
EXTENDER
static final int EXTENDER
- See Also:
- Constant Field Values
Copyright (C) Wolfgang Meier. All rights reserved.