getBrokerPool().release(broker);
}
if(xquery != null) {
//return the compiled query to the pool
cache.returnCompiledQuery(resourceFunction.getXQueryLocation(), xquery);
}
}
}
private void declareVariables(final XQueryContext xqueryContext) throws XPathException {