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
Fields in org.xmlunit.validation declared as ValidationProblem.ProblemType Modifier and Type Field Description private ValidationProblem.ProblemType
ValidationProblem. type
Methods in org.xmlunit.validation that return ValidationProblem.ProblemType Modifier and Type Method Description ValidationProblem.ProblemType
ValidationProblem. getType()
Whether this is an error or a warning.static ValidationProblem.ProblemType
ValidationProblem.ProblemType. valueOf(java.lang.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.Methods in org.xmlunit.validation with parameters of type ValidationProblem.ProblemType Modifier and Type Method Description (package private) static ValidationProblem
ValidationProblem. fromException(org.xml.sax.SAXParseException e, ValidationProblem.ProblemType type)
Constructors in org.xmlunit.validation with parameters of type ValidationProblem.ProblemType Constructor Description ValidationProblem(java.lang.String message, int line, int column, ValidationProblem.ProblemType type)
Creates a ValidationProblem for the given message and location of the given type.
-