|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.utils.UnImplNode | +--org.apache.xalan.templates.ElemTemplateElement | +--org.apache.xalan.templates.ElemVariable | +--org.apache.xalan.templates.ElemVariablePsuedo
Constructor Summary | |
ElemVariablePsuedo()
|
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. |
Methods inherited from class org.apache.xalan.templates.ElemVariable |
compose,
endCompose,
getIndex,
getIsTopLevel,
getName,
getNodeName,
getSelect,
getValue,
getXSLToken,
isPsuedoVar,
recompose,
setIndex,
setIsTopLevel,
setName,
setParentElem |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ElemVariablePsuedo()
Method Detail |
public void setSelect(XPath v)
v
- Value to set for the "select" attribute.public void execute(TransformerImpl transformer) throws TransformerException
transformer
- non-null reference to the the current transform-time state.sourceNode
- non-null reference to the current source node.mode
- reference, which may be null, to the current mode.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |