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

Method name

basex-core/src/main/java/org/basex/util/Atts.java:128–130  ·  view source on GitHub ↗

Returns the name at the specified index position. @param index index @return name

(final int index)

Source from the content-addressed store, hash-verified

126 * @return name
127 */
128 public byte[] name(final int index) {
129 return list[index << 1];
130 }
131
132 /**
133 * Returns the value at the specified index position.

Callers 9

nodeMethod · 0.95
namespacesMethod · 0.95
itemMethod · 0.95
valueMethod · 0.95
itemMethod · 0.95
valueMethod · 0.95
nsScopeMethod · 0.95
buildMethod · 0.95
itemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected