FunctionLibrary
, java.io.Serializable
FunctionLibraryList
, ImportedFunctionLibrary
, XQueryFunctionLibrary
public interface XQueryFunctionBinder extends FunctionLibrary
Modifier and Type | Method | Description |
---|---|---|
XQueryFunction |
getDeclaration(StructuredQName functionName,
Expression[] staticArgs) |
Get the function declaration corresponding to a given function name and arity
|
bind, copy, isAvailable
XQueryFunction getDeclaration(StructuredQName functionName, Expression[] staticArgs)
functionName
- the name of the function as a QNamestaticArgs
- the expressions supplied as arguments in the function call (typically,
we only need to know the number of arguments)