org.exolab.adaptx.xpath.engine
public class Token extends Object
| Field Summary | |
|---|---|
| static short | ADDITION_OP |
| static short | ANCESTORS_AXIS |
| static short | ANCESTORS_OR_SELF |
| static short | ANCESTOR_OP |
| static short | AND_OPNAME |
| static short | ATTRIBUTES_AXIS |
| static short | AT_SYMBOL |
| 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 | LESS_OR_EQ_OP |
| static short | LESS_THAN_OP |
| static short | LITERAL |
| static short | L_BRACKET |
| static short | L_PAREN |
| 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 |
| short | type |
| static short | TEXT |
| static short | UNION_OP |
| String | value |
| static short | VAR_REFERENCE |
| static short | WILDCARD |
| Method Summary | |
|---|---|
| String | toString() |