Interface WeaveValidator
-
public interface WeaveValidatorA validator that given aDocumentNodereports 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanappliesTo(java.lang.String uri)voidvalidate(DocumentNode documentNode, MessageValidationCollector collector, MessageBuilderFactory messageBuilderFactory)ValidationTypeLevelvalidationLevel()
-
-
-
Method Detail
-
validationLevel
ValidationTypeLevel validationLevel()
-
appliesTo
boolean appliesTo(java.lang.String uri)
-
validate
void validate(DocumentNode documentNode, MessageValidationCollector collector, MessageBuilderFactory messageBuilderFactory)
-
-