Uses of Enum Class
com.norconex.commons.lang.xml.XmlValidationError.Severity
Packages that use XmlValidationError.Severity
-
Uses of XmlValidationError.Severity in com.norconex.commons.lang.xml
Methods in com.norconex.commons.lang.xml that return XmlValidationError.SeverityModifier and TypeMethodDescriptionXmlValidationError.getSeverity()static XmlValidationError.SeverityReturns the enum constant of this class with the specified name.static XmlValidationError.Severity[]XmlValidationError.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.norconex.commons.lang.xml with parameters of type XmlValidationError.SeverityModifierConstructorDescriptionXmlValidationError(XmlValidationError.Severity severity, String message)