|
||||||||||
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.ElemExsltFuncResult
Handles the EXSLT result element within an EXSLT function element.
Constructor Summary | |
ElemExsltFuncResult()
|
Method Summary | |
void |
execute(TransformerImpl transformer)
Generate the EXSLT function return value, and assign it to the variable index slot assigned for it in ElemExsltFunction compose(). |
java.lang.String |
getNodeName()
Return the node name, defined in the Constants class. |
ElemExsltFunction |
getOwnerFunction()
Get the ElemExsltFunction that contains the ElemResult so we can set an ElemExsltFunction variable to the local variable stack index to the return value. |
int |
getXSLToken()
Get an integer representation of the element type. |
Methods inherited from class org.apache.xalan.templates.ElemVariable |
compose,
endCompose,
getIndex,
getIsTopLevel,
getName,
getSelect,
getValue,
isPsuedoVar,
recompose,
setIndex,
setIsTopLevel,
setName,
setParentElem,
setSelect |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ElemExsltFuncResult()
Method Detail |
public void execute(TransformerImpl transformer) throws TransformerException
public int getXSLToken()
Constants
public java.lang.String getNodeName()
org.apache.xalan.templates.Constants.
public ElemExsltFunction getOwnerFunction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |