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

Method string

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

Source from the content-addressed store, hash-verified

66 }
67
68 @Override
69 public final byte[] string(final InputInfo ii) {
70 return string();
71 }
72
73 @Override
74 public final Expr simplifyFor(final Simplify mode, final CompileContext cc)

Callers 6

idsMethod · 0.95
simplifyForMethod · 0.95
compareMethod · 0.95
deepEqualMethod · 0.95
atomItemMethod · 0.95
getAttributeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected