(final QueryContext qc, final InputInfo ii, final long pos)
| 41 | } |
| 42 | |
| 43 | @Override |
| 44 | public boolean test(final QueryContext qc, final InputInfo ii, final long pos) |
| 45 | throws QueryException { |
| 46 | ctxValue(qc); |
| 47 | return expr.value(qc).test(qc, info, qc.focus.pos); |
| 48 | } |
| 49 | |
| 50 | @Override |
| 51 | public Value positions(final QueryContext qc) throws QueryException { |