FunctionLibrary
, java.io.Serializable
FunctionLibraryList
, ImportedFunctionLibrary
, XQueryFunctionLibrary
public interface XQueryFunctionBinder extends FunctionLibrary
Modifier and Type | Method | 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)