(final QueryContext qc)
| 22 | } |
| 23 | |
| 24 | @Override |
| 25 | public Value value(final QueryContext qc) throws QueryException { |
| 26 | return context(qc).atomValue(qc, info); |
| 27 | } |
| 28 | |
| 29 | @Override |
| 30 | public Item item(final QueryContext qc, final InputInfo ii) throws QueryException { |