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

Method materialize

basex-core/src/main/java/org/basex/query/value/Value.java:231–232  ·  view source on GitHub ↗

Returns a materialized version of this value without dependencies to persistent data. Raises an error if the value contains function items. @param test test to check if a node can be adopted unchanged @param ii input info (can be null) @param qc query context @return materialized value @thro

(Predicate<Data> test, InputInfo ii, QueryContext qc)

Source from the content-addressed store, hash-verified

229 * @throws QueryException query exception
230 */
231 public abstract Value materialize(Predicate<Data> test, InputInfo ii, QueryContext qc)
232 throws QueryException;
233
234 /**
235 * Checks if this value is materialized, i.e., contains no persistent database nodes or

Callers 11

itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
toXmlMethod · 0.45
runMethod · 0.45
updateMethod · 0.45
addMethod · 0.45
cacheMethod · 0.45
storeMethod · 0.45
evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected