public class Token
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static short |
ADDITION_OP |
|
static short |
ANCESTOR_OP |
|
static short |
ANCESTORS_AXIS |
|
static short |
ANCESTORS_OR_SELF |
|
static short |
AND_OPNAME |
|
static short |
AT_SYMBOL |
|
static short |
ATTRIBUTES_AXIS |
|
static short |
CHILDREN_AXIS |
|
static short |
CNAME |
|
static short |
COMMA |
|
static short |
COMMENT |
|
static short |
DESCENDANTS_AXIS |
|
static short |
DESCENDANTS_OR_SELF |
|
static short |
DIV_OPNAME |
|
static short |
EQUALS_OP |
|
static short |
FOLLOWING_AXIS |
|
static short |
FOLLOWING_SIBLINGS_AXIS |
|
static short |
FUNCTION_NAME |
|
static short |
GREATER_OR_EQ_OP |
|
static short |
GREATER_THAN_OP |
|
static short |
L_BRACKET |
|
static short |
L_PAREN |
|
static short |
LESS_OR_EQ_OP |
|
static short |
LESS_THAN_OP |
|
static short |
LITERAL |
|
static short |
MOD_OPNAME |
|
static short |
MULTIPLY_OP |
|
static short |
NAMESPACE_AXIS |
|
static short |
NAMESPACE_PREFIX |
|
static short |
NODE |
|
static short |
NOT_EQUALS_OP |
|
static short |
NULL |
|
static short |
NUMBER |
|
static short |
OR_OPNAME |
|
static short |
PARENT_AXIS |
|
static short |
PARENT_NODE |
|
static short |
PARENT_OP |
|
static short |
PERIOD |
|
static short |
PI |
|
static short |
PRECEDING_AXIS |
|
static short |
PRECEDING_SIBLINGS_AXIS |
|
static short |
QUO_OPNAME |
|
static short |
R_BRACKET |
|
static short |
R_PAREN |
|
static short |
SELF_AXIS |
|
static short |
SELF_NODE |
|
static short |
SUBTRACTION_OP |
|
static short |
TEXT |
|
short |
type |
|
static short |
UNION_OP |
|
java.lang.String |
value |
|
static short |
VAR_REFERENCE |
|
static short |
WILDCARD |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public static final short NULL
public static final short L_PAREN
public static final short R_PAREN
public static final short L_BRACKET
public static final short R_BRACKET
public static final short PERIOD
public static final short COMMA
public static final short AT_SYMBOL
public static final short WILDCARD
public static final short CNAME
public static final short NODE
public static final short COMMENT
public static final short TEXT
public static final short PI
public static final short AND_OPNAME
public static final short OR_OPNAME
public static final short MOD_OPNAME
public static final short DIV_OPNAME
public static final short QUO_OPNAME
public static final short PARENT_OP
public static final short ANCESTOR_OP
public static final short UNION_OP
public static final short ADDITION_OP
public static final short SUBTRACTION_OP
public static final short MULTIPLY_OP
public static final short EQUALS_OP
public static final short NOT_EQUALS_OP
public static final short LESS_THAN_OP
public static final short GREATER_THAN_OP
public static final short LESS_OR_EQ_OP
public static final short GREATER_OR_EQ_OP
public static final short NUMBER
public static final short FUNCTION_NAME
public static final short ANCESTORS_AXIS
public static final short ANCESTORS_OR_SELF
public static final short ATTRIBUTES_AXIS
public static final short CHILDREN_AXIS
public static final short DESCENDANTS_AXIS
public static final short DESCENDANTS_OR_SELF
public static final short FOLLOWING_AXIS
public static final short FOLLOWING_SIBLINGS_AXIS
public static final short PARENT_AXIS
public static final short PRECEDING_AXIS
public static final short PRECEDING_SIBLINGS_AXIS
public static final short SELF_AXIS
public static final short NAMESPACE_AXIS
public static final short LITERAL
public static final short VAR_REFERENCE
public static final short SELF_NODE
public static final short PARENT_NODE
public static final short NAMESPACE_PREFIX
public java.lang.String value
public short type