Uses of Enum
org.codehaus.mojo.xml.validation.ValidationErrorHandler.ErrorType
Packages that use ValidationErrorHandler.ErrorType
-
Uses of ValidationErrorHandler.ErrorType in org.codehaus.mojo.xml.validation
Fields in org.codehaus.mojo.xml.validation declared as ValidationErrorHandler.ErrorTypeModifier and TypeFieldDescription(package private) final ValidationErrorHandler.ErrorType
ValidationErrorHandler.ErrorRecord.type
Methods in org.codehaus.mojo.xml.validation that return ValidationErrorHandler.ErrorTypeModifier and TypeMethodDescriptionValidationErrorHandler.ErrorRecord.getType()
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.ErrorTypeModifierConstructorDescriptionErrorRecord
(ValidationErrorHandler.ErrorType type, SAXParseException exception, File context)