org.exist.xquery.parser
Interface XQueryTreeParserTokenTypes

All Known Implementing Classes:
XQueryTreeParser

public interface XQueryTreeParserTokenTypes


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

Field Detail

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.