net.sf.saxon.query

Interface XQueryFunctionBinder

public interface XQueryFunctionBinder extends FunctionLibrary

Method Summary
XQueryFunctiongetDeclaration(int nameCode, String uri, String local, Expression[] staticArgs)
Get the function declaration corresponding to a given function name and arity

Method Detail

getDeclaration

public XQueryFunction getDeclaration(int nameCode, String uri, String local, Expression[] staticArgs)
Get the function declaration corresponding to a given function name and arity

Returns: the XQueryFunction if there is one, or null if not.