|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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.
Field Summary |
Fields inherited from class org.apache.xalan.templates.ElemVariable |
m_frameSize, m_index, m_qname |
Fields inherited from class org.apache.xalan.templates.ElemTemplateElement |
m_docOrderNumber, m_firstChild, m_hasVariableDecl, m_nextSibling, m_parentNode, m_prefixTable |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
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(). |
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 |
accept, callChildVisitors, compose, endCompose, getIndex, getIsTopLevel, getName, getSelect, getValue, isPsuedoVar, recompose, rewriteChildToExpression, setIndex, setIsTopLevel, setName, setParentElem, setSelect |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ElemExsltFuncResult()
Method Detail |
public void execute(TransformerImpl transformer) throws javax.xml.transform.TransformerException
execute
in class ElemVariable
transformer
- non-null reference to the the current transform-time state.
javax.xml.transform.TransformerException
public int getXSLToken()
getXSLToken
in class ElemVariable
Constants
public String getNodeName()
getNodeName
in interface org.w3c.dom.Node
getNodeName
in class ElemVariable
org.apache.xalan.templates.Constants.
public ElemExsltFunction getOwnerFunction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |