public interface XQueryFunctionBinder extends FunctionLibrary
Modifier and Type | Method and Description |
---|---|
XQueryFunction |
getDeclaration(int nameCode,
java.lang.String uri,
java.lang.String local,
Expression[] staticArgs)
Get the function declaration corresponding to a given function name and arity
|
bind, copy, isAvailable
XQueryFunction getDeclaration(int nameCode, java.lang.String uri, java.lang.String local, Expression[] staticArgs)