if ( ff == null )
{
functionBound = true ;
throw new ExprEvalException("URI <"+functionIRI+"> not found as a function") ;
}
function = ff.create(functionIRI) ;
function.build(functionIRI, args) ;
functionBound = true ;
}
private FunctionRegistry chooseRegistry(Context context)