Uses of Class
org.xwiki.validator.ValidationError.Type
-
Packages that use ValidationError.Type Package Description org.xwiki.validator org.xwiki.validator.framework -
-
Uses of ValidationError.Type in org.xwiki.validator
Methods in org.xwiki.validator that return ValidationError.Type Modifier and Type Method Description ValidationError.Type
ValidationError. getType()
static ValidationError.Type
ValidationError.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValidationError.Type[]
ValidationError.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.validator with parameters of type ValidationError.Type Modifier and Type Method Description protected void
HTML5DutchWebGuidelinesValidator. addError(ValidationError.Type errorType, int line, int column, String key)
Add an error to the list of errors using our message resources.Constructors in org.xwiki.validator with parameters of type ValidationError.Type Constructor Description ValidationError(ValidationError.Type type, int line, int column, String message)
Constructor.ValidationError(ValidationError.Type type, SAXParseException e)
Constructor. -
Uses of ValidationError.Type in org.xwiki.validator.framework
Methods in org.xwiki.validator.framework with parameters of type ValidationError.Type Modifier and Type Method Description protected void
AbstractXMLValidator. addError(ValidationError.Type errorType, int line, int column, String message)
Add an error message to the list.protected void
AbstractHTML5Validator. assertFalse(ValidationError.Type errorType, String message, boolean condition)
Asserts that a condition is false.protected void
AbstractHTML5Validator. assertTrue(ValidationError.Type errorType, String message, boolean condition)
Asserts that a condition is true.
-