XPathExpression
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 | Description |
---|---|
VariableReference() |
Creates a new VariableReference
|
Modifier and Type | Method | Description |
---|---|---|
abstract java.lang.String |
getName() |
Returns the name of the "referenced" variable
|
java.lang.String |
toString() |
Returns the String representation of a VariableReference
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExprType, getType
evaluate
public abstract java.lang.String getName()
public java.lang.String toString()
toString
in interface XPathExpression
toString
in class java.lang.Object