Package net.sf.saxon.expr
Interface UserFunctionResolvable
-
- All Known Implementing Classes:
UserFunctionCall
,UserFunctionReference
,XQueryFunctionLibrary.UnresolvedCallable
public interface UserFunctionResolvable
A reference to a function; typically a forwards reference to a user-defined function in XQuery that has not yet been compiled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFunction(UserFunction function)
-
-
-
Method Detail
-
setFunction
void setFunction(UserFunction function)
-
-