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

Method inf

basex-core/src/main/java/org/basex/util/Util.java:227–229  ·  view source on GitHub ↗

Returns a token and replaces all % characters by the specified extensions (see TokenBuilder#addExt for details). @param string string to be extended @param ext text text extensions @return token

(final Object string, final Object... ext)

Source from the content-addressed store, hash-verified

225 * @return token
226 */
227 public static byte[] inf(final Object string, final Object... ext) {
228 return new TokenBuilder().addExt(string, ext).finish();
229 }
230
231 /**
232 * Prints the current stack trace to System.err.

Callers 8

descMethod · 0.95
errorMethod · 0.95
errorMethod · 0.95
errorMethod · 0.95
addAttributeMethod · 0.95
getMethod · 0.95
foundMethod · 0.95
infoMethod · 0.95

Calls 2

addExtMethod · 0.80
finishMethod · 0.45

Tested by 1

descMethod · 0.76