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

Method toString

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

Source from the content-addressed store, hash-verified

66 }
67
68 @Override
69 public void toString(final QueryString qs) {
70 qs.quoted(value);
71 }
72}

Callers

nothing calls this directly

Calls 1

quotedMethod · 0.80

Tested by

no test coverage detected