Uses of Class
org.apache.xalan.templates.ElemWithParam
| Package | Description |
|---|---|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
-
Uses of ElemWithParam in org.apache.xalan.templates
Fields in org.apache.xalan.templates declared as ElemWithParam Modifier and Type Field Description protected ElemWithParam[]ElemCallTemplate. m_paramElemsVector of xsl:param elements associated with this element.Methods in org.apache.xalan.templates that return ElemWithParam Modifier and Type Method Description ElemWithParamElemCallTemplate. getParamElem(int i)Get a xsl:param element associated with this element.Methods in org.apache.xalan.templates with parameters of type ElemWithParam Modifier and Type Method Description voidElemCallTemplate. setParamElem(ElemWithParam ParamElem)Set a xsl:param element associated with this element.