(final QueryContext qc, final InputInfo ii)
| 199 | } |
| 200 | |
| 201 | @Override |
| 202 | public Item item(final QueryContext qc, final InputInfo ii) throws QueryException { |
| 203 | return expr(qc).item(qc, info); |
| 204 | } |
| 205 | |
| 206 | /** |
| 207 | * Tests the conditions and returns the expression to evaluate. |