Uses of Class
org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorType
-
Packages that use ValidationErrorHandler.ErrorType Package Description org.codehaus.mojo.xml.validation -
-
Uses of ValidationErrorHandler.ErrorType in org.codehaus.mojo.xml.validation
Methods in org.codehaus.mojo.xml.validation that return ValidationErrorHandler.ErrorType Modifier and Type Method Description ValidationErrorHandler.ErrorType
ValidationErrorHandler.ErrorRecord. getType()
static ValidationErrorHandler.ErrorType
ValidationErrorHandler.ErrorType. valueOf(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.Constructors in org.codehaus.mojo.xml.validation with parameters of type ValidationErrorHandler.ErrorType Constructor Description ErrorRecord(ValidationErrorHandler.ErrorType type, SAXParseException exception, File context)
-