(final Item item, final InputInfo info)
| 60 | } |
| 61 | |
| 62 | @Override |
| 63 | public byte[] parse(final Item item, final InputInfo info) throws QueryException { |
| 64 | return parse(item.string(info), info); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Converts the given token into a byte array. |