Uses of Class
org.apache.xalan.templates.ElemParam

Packages that use ElemParam
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
 

Uses of ElemParam in org.apache.xalan.templates
 

Methods in org.apache.xalan.templates that return ElemParam
 ElemParam Stylesheet.getParam(QName qname)
          Get an "xsl:param" property.
 

Methods in org.apache.xalan.templates with parameters of type ElemParam
 void Stylesheet.setParam(ElemParam v)
          Set an "xsl:param" property.
 

Constructors in org.apache.xalan.templates with parameters of type ElemParam
ElemParam(ElemParam param)
          Copy constructor.