public interface XQueryFunctionBinder extends FunctionLibrary
Modifier and Type | Method and Description |
---|---|
XQueryFunction |
getDeclaration(StructuredQName functionName,
int staticArgs)
Get the function declaration corresponding to a given function name and arity
|
bind, copy, getFunctionItem, isAvailable
XQueryFunction getDeclaration(StructuredQName functionName, int staticArgs)
functionName
- the name of the function as a QNamestaticArgs
- the number of expressions supplied as arguments in the function callCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.