public static class XQueryFunctionLibrary.UnresolvedCallable extends java.lang.Object implements UserFunctionResolvable, Callable
Constructor and Description |
---|
UnresolvedCallable(SymbolicName.F symbolicName) |
Modifier and Type | Method and Description |
---|---|
Sequence |
call(XPathContext context,
Sequence[] arguments)
Evaluate the expression
|
int |
getArity() |
UserFunction |
getFunction() |
StructuredQName |
getFunctionName() |
void |
setFunction(UserFunction function) |
public UnresolvedCallable(SymbolicName.F symbolicName)
public StructuredQName getFunctionName()
public int getArity()
public Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
call
in interface Callable
context
- the dynamic evaluation contextarguments
- the values of the arguments, supplied as SequencesXPathException
- if a dynamic error occurs during the evaluation of the expressionpublic void setFunction(UserFunction function)
setFunction
in interface UserFunctionResolvable
public UserFunction getFunction()
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.