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

Method value

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

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

(final int index)

Source from the content-addressed store, hash-verified

135 * @return value
136 */
137 public byte[] value(final int index) {
138 return list[(index << 1) + 1];
139 }
140
141 /**
142 * Returns the value for the specified name or {@code null}.

Callers 15

nodeMethod · 0.95
namespacesMethod · 0.95
valueMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
valueMethod · 0.95
nsScopeMethod · 0.95
uriMethod · 0.95
buildMethod · 0.95
nsOKMethod · 0.95
itemMethod · 0.95
serializeMethod · 0.45

Calls 1

getMethod · 0.95

Tested by 11

serializeMethod · 0.36
serializeMethod · 0.36
runMethod · 0.36
uriResolverMethod · 0.36
xuty0004Method · 0.36
installXarMethod · 0.36
installJarMethod · 0.36
importPkgMethod · 0.36
queryBindSequenceMethod · 0.36