Uses of Class
org.apache.xalan.templates.ElemParam
-
Packages that use ElemParam Package Description org.apache.xalan.templates Implements theTemplates
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 ElemParam
Stylesheet. getParam(QName qname)
Get an "xsl:param" property.Methods in org.apache.xalan.templates with parameters of type ElemParam Modifier and Type Method Description void
Stylesheet. 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.
-