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

Method string

basex-core/src/main/java/org/basex/query/value/item/Uln.java:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 @Override
36 public byte[] string() {
37 return token(value.toString());
38 }
39
40 @Override
41 public boolean bool(final InputInfo ii) {

Callers 15

baseIOMethod · 0.45
completeMethod · 0.45
versionDeclMethod · 0.45
optionDeclMethod · 0.45
decimalFormatDeclMethod · 0.45
baseURIDeclMethod · 0.45
addLocationsMethod · 0.45
importModuleMethod · 0.45
moduleMethod · 0.45
reservedMethod · 0.45
pragmaMethod · 0.45
numericLiteralMethod · 0.45

Calls 2

tokenMethod · 0.65
toStringMethod · 0.65

Tested by 2

matchesMethod · 0.36
toStringMethod · 0.36