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

Method tokens

basex-core/src/main/java/org/basex/query/QueryString.java:91–93  ·  view source on GitHub ↗

Adds multiple tokens. @param tokens tokens to be added @return self reference

(final Object[] tokens)

Source from the content-addressed store, hash-verified

89 * @return self reference
90 */
91 public QueryString tokens(final Object[] tokens) {
92 return tokens(tokens, "");
93 }
94
95 /**
96 * Adds multiple tokens, separated by the specified string.

Callers 1

paramsMethod · 0.95

Calls 6

spaceMethod · 0.95
lastMethod · 0.95
startsWithMethod · 0.95
tokenMethod · 0.95
addMethod · 0.65
substringMethod · 0.45

Tested by

no test coverage detected