org.apache.xalan.templates

Class ElemExsltFunction

public class ElemExsltFunction extends ElemTemplate

Implement func:function.

UNKNOWN: advanced

Method Summary
voidcompose(StylesheetRoot sroot)
Called after everything else has been recomposed, and allows the function to set remaining values that may be based on some other property that depends on recomposition.
voidexecute(TransformerImpl transformer, XObject[] args)
StringgetNodeName()
Return the node name, defined in the Constants class.
intgetXSLToken()
Get an integer representation of the element type.

Method Detail

compose

public void compose(StylesheetRoot sroot)
Called after everything else has been recomposed, and allows the function to set remaining values that may be based on some other property that depends on recomposition.

execute

public void execute(TransformerImpl transformer, XObject[] args)

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 © 2005 Apache XML Project. All Rights Reserved.