org.exolab.adaptx.xpath.expressions
Class VariableReference
- XPathExpression
public abstract class VariableReference
Represents the XPath VariableReference expression
$Revision: 4049 $ $Date: 2004-01-13 07:03:48 +0100 (Tue, 13 Jan 2004) $
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, NUMBER, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR |
abstract String | getName()- Returns the name of the "referenced" variable
|
String | toString()- Returns the String representation of a VariableReference
|
VariableReference
public VariableReference()
Creates a new VariableReference
getName
public abstract String getName()
Returns the name of the "referenced" variable
- the name of the variable reference
toString
public String toString()
Returns the String representation of a VariableReference
- toString in interface XPathExpression
- the String representation of a VariableReference