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

Method context

basex-tests/src/main/java/org/basex/tests/bxapi/XQuery.java:49–51  ·  view source on GitHub ↗

Binds an initial context. @param value context value to be bound @return self reference @throws XQueryException exception

(final XdmValue value)

Source from the content-addressed store, hash-verified

47 * @throws XQueryException exception
48 */
49 public XQuery context(final XdmValue value) {
50 return variable("", value);
51 }
52
53 /**
54 * Binds a variable.

Callers 15

testCaseMethod · 0.95
stringMethod · 0.45
QT3EnvMethod · 0.45
listMethod · 0.45
mapMethod · 0.45
stringMethod · 0.45
runMethod · 0.45
testSetMethod · 0.45
supportedMethod · 0.45
notMethod · 0.45
allOfMethod · 0.45
anyOfMethod · 0.45

Calls 1

variableMethod · 0.95

Tested by

no test coverage detected