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

Method open

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

Opens a new level. @param pre PRE value

(final int pre)

Source from the content-addressed store, hash-verified

50 * @param pre PRE value
51 */
52 void open(final int pre) {
53 nspaces.open();
54 preStack.push(pre);
55 }
56
57 /**
58 * Parses the specified namespaces and returns all namespaces that are not declared yet.

Callers 1

insertMethod · 0.95

Calls 8

addMethod · 0.95
uriIdForPrefixMethod · 0.80
sizeMethod · 0.65
nameMethod · 0.65
pushMethod · 0.45
valueMethod · 0.45
uriIdMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected