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

Method child

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

Returns the specified child. @param i index @return child

(final int i)

Source from the content-addressed store, hash-verified

72 * @return child
73 */
74 NSNode child(final int i) {
75 return nodes[i];
76 }
77
78 /**
79 * Returns the number of children.

Callers 3

rootMethod · 0.95
defaultNsMethod · 0.80
addNodesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected