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

Method close

basex-core/src/main/java/org/basex/data/NSScope.java:88–91  ·  view source on GitHub ↗

Closes the namespace scope.

()

Source from the content-addressed store, hash-verified

86 * Closes the namespace scope.
87 */
88 void close() {
89 while(!preStack.isEmpty()) nspaces.close(preStack.pop());
90 nspaces.cursor(root);
91 }
92}

Callers 1

insertMethod · 0.95

Calls 4

closeMethod · 0.65
isEmptyMethod · 0.45
popMethod · 0.45
cursorMethod · 0.45

Tested by

no test coverage detected