MCPcopy Create free account
hub / github.com/BaseXdb/basex / parse

Method parse

basex-core/src/main/java/org/basex/query/value/item/Hex.java:62–65  ·  view source on GitHub ↗
(final Item item, final InputInfo info)

Source from the content-addressed store, hash-verified

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.

Callers 3

itemMethod · 0.95
HexMethod · 0.95
prolog2Method · 0.45

Calls 3

decMethod · 0.95
castErrorMethod · 0.80
stringMethod · 0.45

Tested by

no test coverage detected