Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
insert
Method · 0.95
Calls
4
close
Method · 0.65
isEmpty
Method · 0.45
pop
Method · 0.45
cursor
Method · 0.45
Tested by
no test coverage detected