Packageorg.spicefactory.parsley.xml.tag
Classpublic class Variable
InheritanceVariable Inheritance Object

Represents the variable XML tag, defining a single variable value. This value may be referenced in XML text nodes and attributes with the notation ${variablename}.



Public Properties
 PropertyDefined By
  name : String
The name of the variable.
Variable
  value : String
The value of the variable.
Variable
Property Detail
nameproperty
public var name:String

The name of the variable.

valueproperty 
public var value:String

The value of the variable.