org.apache.xalan.templates

Class ElemVariablePsuedo

public class ElemVariablePsuedo extends ElemVariable

Method Summary
voidexecute(TransformerImpl transformer)
Execute a variable declaration and push it onto the variable stack.
voidsetSelect(XPath v)
Set the "select" attribute.

Method Detail

execute

public void execute(TransformerImpl transformer)
Execute a variable declaration and push it onto the variable stack.

Parameters: transformer non-null reference to the the current transform-time state.

Throws: TransformerException

See Also: variables in XSLT Specification

setSelect

public void setSelect(XPath v)
Set the "select" attribute. If the variable-binding element has a select attribute, then the value of the attribute must be an expression and the value of the variable is the object that results from evaluating the expression. In this case, the content of the variable must be empty.

Parameters: v Value to set for the "select" attribute.

Copyright B) 2005 Apache XML Project. All Rights Reserved.