net.sf.saxon.instruct
Interface CallableFunction

All Known Implementing Classes:
FunctionInstr, UserFunction

public interface CallableFunction

A callable (XSLT or XQuery) function


Method Summary
 Value call(Value[] actualArgs, Controller controller)
           
 String getFunctionName()
           
 

Method Detail

getFunctionName

public String getFunctionName()

call

public Value call(Value[] actualArgs,
                  Controller controller)
           throws TransformerException
Throws:
TransformerException