Package | Description |
---|---|
org.codehaus.mojo.xml.validation |
Modifier and Type | Field and Description |
---|---|
(package private) ValidationErrorHandler.ErrorType |
ValidationErrorHandler.ErrorRecord.type |
Modifier and Type | Method and Description |
---|---|
ValidationErrorHandler.ErrorType |
ValidationErrorHandler.ErrorRecord.getType() |
static ValidationErrorHandler.ErrorType |
ValidationErrorHandler.ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValidationErrorHandler.ErrorType[] |
ValidationErrorHandler.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ErrorRecord(ValidationErrorHandler.ErrorType type,
org.xml.sax.SAXParseException exception,
java.io.File context) |