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

Method string

basex-core/src/main/java/org/basex/query/value/node/JNode.java:293–297  ·  view source on GitHub ↗
(final InputInfo ii)

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 4

stringMethod · 0.95
notExpectedMethod · 0.95
itemMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected