org.exolab.adaptx.xpath.expressions
public abstract class PrimaryExpr extends Object implements XPathExpression
from XPath 1.0 Recommendation:
[15] PrimaryExpr ::= VariableReference
| '(' Expr ')'
| Literal
| Number
| FunctionCall
Version: $Revision: 3734 $ $Date: 2003-05-13 03:55:04 -0400 (Tue, 13 May 2003) $
| Field Summary | |
|---|---|
| static short | EXPR |
| static short | FUNCTION_CALL |
| static short | LITERAL |
| static short | NUMBER |
| static short | VARIABLE_REFERENCE |
| Method Summary | |
|---|---|
| short | getExprType()
Returns the XPathExpression type
|
| short | getType()
Retrieves the type of this PrimaryExpr
|
Returns: the XPathExpression type
Returns: the type of this PrimaryExpr