Interface NodeMatcher<T extends Node>

Type Parameters:
T - the node type matched
All Superinterfaces:
Predicate<Node>

@NonExtendable public interface NodeMatcher<T extends Node> extends Predicate<Node>
A predicate which matches certain Nodes.

API users should not implement this interface directly.

Since:
5.1