org.apache.xalan.templates

Class ElemExsltFuncResult

public class ElemExsltFuncResult extends ElemVariable

Handles the EXSLT result element within an EXSLT function element.
Method Summary
voidexecute(TransformerImpl transformer)
Generate the EXSLT function return value, and assign it to the variable index slot assigned for it in ElemExsltFunction compose().
StringgetNodeName()
Return the node name, defined in the Constants class.
intgetXSLToken()
Get an integer representation of the element type.

Method Detail

execute

public void execute(TransformerImpl transformer)
Generate the EXSLT function return value, and assign it to the variable index slot assigned for it in ElemExsltFunction compose().

getNodeName

public String getNodeName()
Return the node name, defined in the Constants class.

Returns: The node name

See Also: Constants

getXSLToken

public int getXSLToken()
Get an integer representation of the element type.

Returns: An integer representation of the element, defined in the Constants class.

See Also: Constants

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