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
Fields in org.codehaus.mojo.xml.validation declared as ValidationErrorHandler.ErrorType Modifier and Type Field Description (package private) ValidationErrorHandler.ErrorType
ValidationErrorHandler.ErrorRecord. type
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(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.Constructors in org.codehaus.mojo.xml.validation with parameters of type ValidationErrorHandler.ErrorType Constructor Description ErrorRecord(ValidationErrorHandler.ErrorType type, org.xml.sax.SAXParseException exception, java.io.File context)
-