Package | Description |
---|---|
org.xwiki.validator | |
org.xwiki.validator.framework |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ValidationError(ValidationError.Type type,
int line,
int column,
String message)
Constructor.
|
ValidationError(ValidationError.Type type,
SAXParseException e)
Constructor.
|
Modifier and Type | Method and 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.
|
Copyright © 2004–2021 XWiki. All rights reserved.