(final QueryContext qc, final InputInfo ii)
| 159 | } |
| 160 | |
| 161 | @Override |
| 162 | public Item item(final QueryContext qc, final InputInfo ii) throws QueryException { |
| 163 | return expr(qc).item(qc, info); |
| 164 | } |
| 165 | |
| 166 | /** |
| 167 | * Tests the condition and returns the expression to evaluate. |