626364656667686970
try { function.evaluate(args); } catch (XPathFunctionException e) { throw new StaticError(e); } XPathFunctionCall fc = new XPathFunctionCall(function); fc.setArguments(staticArgs); return fc; }
646566676869707172