public interface Validator extends TypedValidator<Node>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Node node,
ProblemReporter problemReporter) |
andThenvoid accept(Node node, ProblemReporter problemReporter)
accept in interface BiConsumer<Node,ProblemReporter>accept in interface TypedValidator<Node>node - the node that wants to be validatedproblemReporter - when found, validation errors can be reported hereCopyright © 2007–2024. All rights reserved.