Class VariableReference

  • All Implemented Interfaces:
    XPathExpression

    public abstract class VariableReference
    extends PrimaryExpr
    Represents the XPath VariableReference expression
    Version:
    $Revision: 4049 $ $Date: 2004-01-13 07:03:48 +0100 (Tue, 13 Jan 2004) $
    Author:
    Keith Visco
    • Constructor Detail

      • VariableReference

        public VariableReference()
        Creates a new VariableReference
    • Method Detail

      • getName

        public abstract java.lang.String getName()
        Returns the name of the "referenced" variable
        Returns:
        the name of the variable reference
      • toString

        public java.lang.String toString()
        Returns the String representation of a VariableReference
        Specified by:
        toString in interface XPathExpression
        Overrides:
        toString in class java.lang.Object
        Returns:
        the String representation of a VariableReference