public interface FilterStrategy
| Modifier and Type | Method and Description |
|---|---|
List<TreeReference> |
filter(DataInstance sourceInstance,
TreeReference nodeSet,
XPathExpression predicate,
List<TreeReference> children,
EvaluationContext evaluationContext,
Supplier<List<TreeReference>> next) |
@NotNull List<TreeReference> filter(@NotNull DataInstance sourceInstance, @NotNull TreeReference nodeSet, @NotNull XPathExpression predicate, @NotNull List<TreeReference> children, @NotNull EvaluationContext evaluationContext, @NotNull Supplier<List<TreeReference>> next)
Copyright © 2024. All rights reserved.