public abstract class VariableReference extends PrimaryExpr
EXPR, FUNCTION_CALL, LITERAL, NUMBER, VARIABLE_REFERENCE
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR
Constructor and Description |
---|
VariableReference()
Creates a new VariableReference
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getName()
Returns the name of the "referenced" variable
|
java.lang.String |
toString()
Returns the String representation of a VariableReference
|
getExprType, getType
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
evaluate
public abstract java.lang.String getName()
public java.lang.String toString()
toString
in interface XPathExpression
toString
in class java.lang.Object