Uses of Class
org.apache.xalan.xsltc.compiler.Variable

Packages that use Variable
org.apache.xalan.xsltc.compiler   
 

Uses of Variable in org.apache.xalan.xsltc.compiler
 

Methods in org.apache.xalan.xsltc.compiler that return Variable
 Variable SymbolTable.addVariable(Variable variable)
           
 Variable SymbolTable.lookupVariable(QName qname)
           
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type Variable
 Variable SymbolTable.addVariable(Variable variable)
           
 int Stylesheet.addVariable(Variable global)
           
 void Parser.addVariable(Variable var)
           
 

Constructors in org.apache.xalan.xsltc.compiler with parameters of type Variable
VariableRef(Variable variable)