Package net.sf.saxon.query
Interface XQueryFunctionBinder
- All Superinterfaces:
FunctionLibrary
,Serializable
- All Known Implementing Classes:
FunctionLibraryList
,ImportedFunctionLibrary
,XQueryFunctionLibrary
-
Method Summary
Modifier and TypeMethodDescriptiongetDeclaration
(int nameCode, String uri, String local, Expression[] staticArgs) Get the function declaration corresponding to a given function name and arityMethods inherited from interface net.sf.saxon.functions.FunctionLibrary
bind, copy, isAvailable
-
Method Details
-
getDeclaration
Get the function declaration corresponding to a given function name and arity- Returns:
- the XQueryFunction if there is one, or null if not.
-