Uses of Class
org.xwiki.validator.ValidationError
-
Packages that use ValidationError Package Description org.xwiki.validator org.xwiki.validator.framework -
-
Uses of ValidationError in org.xwiki.validator
Methods in org.xwiki.validator that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>
HTML5Validator. getErrors()
List<ValidationError>
Validator. getErrors()
Get the list of validation errors.List<ValidationError>
HTML5Validator. validate()
List<ValidationError>
Validator. validate()
Run validation. -
Uses of ValidationError in org.xwiki.validator.framework
Methods in org.xwiki.validator.framework that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>
AbstractXMLValidator. getErrors()
List<ValidationError>
XMLErrorHandler. getErrors()
List<ValidationError>
AbstractHTML5Validator. validate()
List<ValidationError>
AbstractXMLValidator. validate()
Methods in org.xwiki.validator.framework with parameters of type ValidationError Modifier and Type Method Description void
XMLErrorHandler. addError(ValidationError error)
-