(final QueryContext qc)
| 67 | } |
| 68 | |
| 69 | @Override |
| 70 | public Value value(final QueryContext qc) throws QueryException { |
| 71 | return iterImpl ? iter(qc).value(qc, this) : item(qc, info); |
| 72 | } |
| 73 | |
| 74 | @Override |
| 75 | public Item item(final QueryContext qc, final InputInfo ii) throws QueryException { |