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

Method namespaces

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

Returns all namespace prefixes and URIs that are defined for the specified PRE value. Should only be called for element nodes. @param pre PRE value @return key and value IDs

(final int pre)

Source from the content-addressed store, hash-verified

453 * @return key and value IDs
454 */
455 public final Atts namespaces(final int pre) {
456 return nsFlag(pre) ? nspaces.values(pre, this) : new Atts();
457 }
458
459 /**
460 * Returns the reference to a text (text, comment, pi, pi, document) or attribute value.

Callers 3

insertMethod · 0.95
nodeMethod · 0.95

Calls 2

nsFlagMethod · 0.95
valuesMethod · 0.45

Tested by 1