org.exist.parser
Interface XPathParserTokenTypes
- All Known Implementing Classes:
- XPathLexer, XPathParser
- public interface XPathParserTokenTypes
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
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_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
CONST
public static final int CONST
- 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
EQ
public static final int EQ
- See Also:
- Constant Field Values
NEQ
public static final int NEQ
- See Also:
- Constant Field Values
UNION
public static final int UNION
- 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
LTEQ
public static final int LTEQ
- See Also:
- Constant Field Values
GTEQ
public static final int GTEQ
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
LITERAL_doctype
public static final int LITERAL_doctype
- See Also:
- Constant Field Values
LITERAL_document
public static final int LITERAL_document
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
LITERAL_collection
public static final int LITERAL_collection
- See Also:
- Constant Field Values
LITERAL_xcollection
public static final int LITERAL_xcollection
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
LITERAL_text
public static final int LITERAL_text
- See Also:
- Constant Field Values
LITERAL_contains
public static final int LITERAL_contains
- See Also:
- Constant Field Values
LITERAL_match
public static final int LITERAL_match
- See Also:
- Constant Field Values
LITERAL_near
public static final int LITERAL_near
- 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
AT
public static final int AT
- See Also:
- Constant Field Values
ATTRIB_STAR
public static final int ATTRIB_STAR
- See Also:
- Constant Field Values
LITERAL_node
public static final int LITERAL_node
- See Also:
- Constant Field Values
PARENT
public static final int PARENT
- See Also:
- Constant Field Values
SELF
public static final int SELF
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
LITERAL_descendant
public static final int LITERAL_descendant
- See Also:
- Constant Field Values
LITERAL_child
public static final int LITERAL_child
- See Also:
- Constant Field Values
LITERAL_parent
public static final int LITERAL_parent
- See Also:
- Constant Field Values
LITERAL_self
public static final int LITERAL_self
- See Also:
- Constant Field Values
LITERAL_attribute
public static final int LITERAL_attribute
- See Also:
- Constant Field Values
LITERAL_ancestor
public static final int LITERAL_ancestor
- 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
WS
public static final int WS
- 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
DIGIT
public static final int DIGIT
- 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
VARIABLE
public static final int VARIABLE
- See Also:
- Constant Field Values
Copyright (C) Wolfgang Meier. All rights reserved.