org.apache.xalan.templates
public class ElemParam extends ElemVariable
Constructor Summary | |
---|---|
ElemParam()
Constructor ElemParam
| |
ElemParam(ElemParam param)
Copy constructor.
|
Method Summary | |
---|---|
void | compose(StylesheetRoot sroot)
This function is called after everything else has been
recomposed, and allows the template to set remaining
values that may be based on some other property that
depends on recomposition. |
void | execute(TransformerImpl transformer)
Execute a variable declaration and push it onto the variable stack. |
String | getNodeName()
Return the node name.
|
int | getXSLToken()
Get an int constant identifying the type of element. |
Parameters: param Element from an xsl:param
Throws: TransformerException
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
See Also: variables in XSLT Specification
Returns: The element's name