(final Item item, final InputInfo info)
| 105 | } |
| 106 | |
| 107 | @Override |
| 108 | public final byte[] parse(final Item item, final InputInfo info) throws QueryException { |
| 109 | return parse(item.string(info), info); |
| 110 | } |
| 111 | |
| 112 | /** |
| 113 | * Converts the given token into a byte array. |