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.ProblemTypeValidationProblem. typeMethods 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(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 ValidationProblemValidationProblem. 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.
-