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

Method values

basex-core/src/main/java/org/basex/data/MemData.java:153–155  ·  view source on GitHub ↗

Returns the string values of the database. @param text text/attribute flag @return set

(final boolean text)

Source from the content-addressed store, hash-verified

151 * @return set
152 */
153 public TokenSet values(final boolean text) {
154 return text ? texts : values;
155 }
156
157 // UPDATE OPERATIONS ============================================================================
158

Callers 1

namespacesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected