org.exolab.adaptx.xpath.expressions

Class VariableReference

public abstract class VariableReference extends PrimaryExpr

Represents the XPath VariableReference expression

Version: $Revision: 4049 $ $Date: 2004-01-13 01:03:48 -0500 (Tue, 13 Jan 2004) $

Author: Keith Visco

Constructor Summary
VariableReference()
Creates a new VariableReference
Method Summary
abstract StringgetName()
Returns the name of the "referenced" variable
StringtoString()
Returns the String representation of a VariableReference

Constructor Detail

VariableReference

public VariableReference()
Creates a new VariableReference

Method Detail

getName

public abstract String getName()
Returns the name of the "referenced" variable

Returns: the name of the variable reference

toString

public String toString()
Returns the String representation of a VariableReference

Returns: the String representation of a VariableReference