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

Method parent

basex-core/src/main/java/org/basex/data/NSNode.java:98–100  ·  view source on GitHub ↗

Returns the parent node. @return parent node

()

Source from the content-addressed store, hash-verified

96 * @return parent node
97 */
98 NSNode parent() {
99 return parent;
100 }
101
102 /**
103 * Returns the IDs of prefix/namespace URI pairs.

Callers 2

uriIdMethod · 0.95
deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected