public static class XQueryFunctionLibrary.UnresolvedCallable extends Object implements UserFunctionReference, Callable
Constructor and Description |
---|
XQueryFunctionLibrary.UnresolvedCallable(StructuredQName name,
int arity) |
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 XQueryFunctionLibrary.UnresolvedCallable(StructuredQName name, int arity)
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 UserFunctionReference
public UserFunction getFunction()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.