private void bindFunction(Context cxt)
{
if ( functionBound )
return ;
FunctionRegistry registry = chooseRegistry(cxt) ;
FunctionFactory ff = registry.get(functionIRI) ;
if ( ff == null )
{
functionBound = true ;
throw new ExprEvalException("URI <"+functionIRI+"> not found as a function") ;