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)
| 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 |