Interface WeaveValidator
public interface WeaveValidator
A validator that given a
DocumentNode reports error/warning constraint violations.
It defines the validation phase and a filter depending on the URI if it should be triggered or not.
This component allow custom experiences.-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvalidate(DocumentNode documentNode, MessageValidationCollector collector, MessageBuilderFactory messageBuilderFactory)
-
Method Details
-
validationLevel
ValidationTypeLevel validationLevel() -
appliesTo
-
validate
void validate(DocumentNode documentNode, MessageValidationCollector collector, MessageBuilderFactory messageBuilderFactory)
-