Uses of Class
org.apache.xalan.templates.ElemParam
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description ElemParamStylesheet. getParam(QName qname)Get an "xsl:param" property.Methods in org.apache.xalan.templates with parameters of type ElemParam Modifier and Type Method Description voidStylesheet. setParam(ElemParam v)Set an "xsl:param" property.Constructors in org.apache.xalan.templates with parameters of type ElemParam Constructor Description ElemParam(ElemParam param)Copy constructor.