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

Method defaultNs

basex-core/src/main/java/org/basex/data/Data.java:269–271  ·  view source on GitHub ↗

Returns the common default namespace of all documents of the database. @return namespace, or null if there is no common namespace

()

Source from the content-addressed store, hash-verified

267 * @return namespace, or {@code null} if there is no common namespace
268 */
269 public byte[] defaultNs() {
270 return nspaces.defaultNs(meta.ndocs);
271 }
272
273 // RETRIEVING VALUES ============================================================================
274

Callers 5

optPredMethod · 0.95
childrenMethod · 0.95
nodesMethod · 0.95
deleteDocumentNodeMethod · 0.45
optimizeMethod · 0.45

Calls

no outgoing calls

Tested by 2

deleteDocumentNodeMethod · 0.36
optimizeMethod · 0.36