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

Method open

basex-core/src/main/java/org/basex/data/Namespaces.java:301–304  ·  view source on GitHub ↗

Increases the level counter and sets a new default namespace.

()

Source from the content-addressed store, hash-verified

299 * Increases the level counter and sets a new default namespace.
300 */
301 public void open() {
302 final int nu = defaults.get(level);
303 defaults.set(++level, nu);
304 }
305
306 /**
307 * Adds namespaces to a new namespace child node and sets this node as new cursor.

Callers

nothing calls this directly

Calls 9

addMethod · 0.95
getMethod · 0.65
setMethod · 0.65
addMethod · 0.65
sizeMethod · 0.65
nameMethod · 0.65
isEmptyMethod · 0.45
valueMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected