(final InputInfo ii)
| 291 | } |
| 292 | |
| 293 | @Override |
| 294 | public byte[] string(final InputInfo ii) throws QueryException { |
| 295 | final Item item = value.item(null, ii); |
| 296 | return item.isEmpty() ? Token.EMPTY : item.string(ii); |
| 297 | } |
| 298 | |
| 299 | @Override |
| 300 | public byte[] string() { |
nothing calls this directly
no test coverage detected