View | Details | Raw Unified
Collapse All | Expand All

(-) java/src/org/apache/xindice/core/query/XPathQueryResolver.java (-1 / +1 lines)
 Lines 499-505    Link Here 
      private Object evalFunction(int op, String owner, int pos) throws Exception {
      private Object evalFunction(int op, String owner, int pos) throws Exception {
         int idx = cmp.getFirstChildPos(pos);
         int idx = cmp.getFirstChildPos(pos);
         int id = cmp.getOp(idx);
         int id = cmp.getOp(idx);
         int endFunc = pos + cmp.getOpMap()[pos+1] - 1;
         int endFunc = pos + cmp.getOpMap().elementAt(pos+1) - 1;
         List args = new ArrayList();
         List args = new ArrayList();
         int lp = idx+1;
         int lp = idx+1;