Uses of Class
org.xmlunit.validation.ValidationProblem.ProblemType
-
Packages that use ValidationProblem.ProblemType Package Description org.xmlunit.validation Validation of XML documents and schemas. -
-
Uses of ValidationProblem.ProblemType in org.xmlunit.validation
Methods in org.xmlunit.validation that return ValidationProblem.ProblemType Modifier and Type Method Description ValidationProblem.ProblemTypeValidationProblem. getType()Whether this is an error or a warning.static ValidationProblem.ProblemTypeValidationProblem.ProblemType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationProblem.ProblemType[]ValidationProblem.ProblemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xmlunit.validation with parameters of type ValidationProblem.ProblemType Constructor Description ValidationProblem(String message, int line, int column, ValidationProblem.ProblemType type)Creates a ValidationProblem for the given message and location of the given type.
-