@FunctionalInterface
public interface NodePredicate
Note: the reason for not simply using Predicate<NodeInfo> is for C#: interfaces and delegates
need to be provided separately.
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(NodeInfo node) |
boolean test(NodeInfo node)
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.