org.apache.xalan.templates
public class ElemVariablePsuedo extends ElemVariable
Method Summary | |
---|---|
void | execute(TransformerImpl transformer)
Execute a variable declaration and push it onto the variable stack. |
void | setSelect(XPath v)
Set the "select" attribute.
|
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
See Also: variables in XSLT Specification
Parameters: v Value to set for the "select" attribute.