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