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

Method NSNode

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

Default constructor. @param pre PRE value or -1

(final int pre)

Source from the content-addressed store, hash-verified

34 * @param pre PRE value or {@code -1}
35 */
36 NSNode(final int pre) {
37 this.pre = pre;
38 values = new int[0];
39 nodes = new NSNode[0];
40 }
41
42 /**
43 * Constructor, specifying an input stream.

Callers

nothing calls this directly

Calls 2

readNumsMethod · 0.80
readNumMethod · 0.45

Tested by

no test coverage detected