Uses of Enum Class
org.xmlunit.validation.ValidationProblem.ProblemType
Packages that use ValidationProblem.ProblemType
-
Uses of ValidationProblem.ProblemType in org.xmlunit.validation
Fields in org.xmlunit.validation declared as ValidationProblem.ProblemTypeModifier and TypeFieldDescriptionprivate final ValidationProblem.ProblemType
ValidationProblem.type
Methods in org.xmlunit.validation that return ValidationProblem.ProblemTypeModifier and TypeMethodDescriptionValidationProblem.getType()
Whether this is an error or a warning.Returns the enum constant of this class with the specified name.static ValidationProblem.ProblemType[]
ValidationProblem.ProblemType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xmlunit.validation with parameters of type ValidationProblem.ProblemTypeModifier and TypeMethodDescription(package private) static ValidationProblem
ValidationProblem.fromException
(SAXParseException e, ValidationProblem.ProblemType type) Constructors in org.xmlunit.validation with parameters of type ValidationProblem.ProblemTypeModifierConstructorDescriptionValidationProblem
(String message, int line, int column, ValidationProblem.ProblemType type) Creates a ValidationProblem for the given message and location of the given type.