Class Variable

  • Direct Known Subclasses:
    Param, ParamVariable

    public class Variable
    extends XSLObject
    Represents an xsl:variable
    Version:
    $Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
    Author:
    Keith Visco
    • Constructor Detail

      • Variable

        public Variable​(java.lang.String name)
        Creates a new Variable
        Parameters:
        name - the name of the Variable
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of this Variable
        Returns:
        the name of this Variable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object