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

Method nodes

basex-core/src/test/java/org/basex/query/QueryTest.java:146–148  ·  view source on GitHub ↗

Creates a container for the specified node values. @param nodes node values @return node array

(final int... nodes)

Source from the content-addressed store, hash-verified

144 * @return node array
145 */
146 protected static Value nodes(final int... nodes) {
147 return DBNodeSeq.get(nodes, context.data(), null);
148 }
149
150 /**
151 * Creates a container for the specified string.

Callers 5

FTTestClass · 0.45
XPathMarkFTTestClass · 0.45
testMethod · 0.45
SimpleTestClass · 0.45
DocTestClass · 0.45

Calls 2

getMethod · 0.95
dataMethod · 0.45

Tested by

no test coverage detected