Uses of Class
com.github.oowekyala.ooxml.messages.XmlSeverity
-
Packages that use XmlSeverity Package Description com.github.oowekyala.ooxml.messages Simple API to produce nice error messages when reading an XML file. -
-
Uses of XmlSeverity in com.github.oowekyala.ooxml.messages
Fields in com.github.oowekyala.ooxml.messages declared as XmlSeverity Modifier and Type Field Description protected XmlSeverityAccumulatingMessageHandler. minSeverityprivate XmlSeverityNiceXmlMessageSpec. severityprivate XmlSeverityXmlException. severityFields in com.github.oowekyala.ooxml.messages with type parameters of type XmlSeverity Modifier and Type Field Description private java.util.EnumMap<XmlSeverity,java.util.Map<java.lang.String,java.util.List<XmlException>>>AccumulatingMessageHandler. entriesMethods in com.github.oowekyala.ooxml.messages that return XmlSeverity Modifier and Type Method Description XmlSeverityNiceXmlMessageSpec. getSeverity()XmlSeverityXmlException. getSeverity()Returns the severity of the message.static XmlSeverityXmlSeverity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XmlSeverity[]XmlSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.oowekyala.ooxml.messages with parameters of type XmlSeverity Modifier and Type Method Description voidAccumulatingMessageHandler. close(XmlSeverity minSeverityToPrintSummary, XmlSeverity minSeverityToPrintFully)Close the reporter and print the accumulated exceptions.(package private) static XmlExceptionMessageUtil. createEntryBestEffort(OoxmlFacade ooxml, XmlPositioner positioner, XmlSeverity severity, java.lang.Throwable exception)Creates an entry for the given exception.protected voidAccumulatingMessageHandler. dontPrint(XmlSeverity severity, java.util.Map<java.lang.String,java.util.List<XmlException>> entriesByMessage)Handle ignored messages.private XmlExceptionOoxmlFacade.MyErrorHandler. parseException(org.xml.sax.SAXParseException exception, XmlSeverity severity)protected voidAccumulatingMessageHandler. printFully(XmlSeverity severity, java.lang.String message, java.util.List<XmlException> entry)Print "fully", the default prints all entries.protected voidAccumulatingMessageHandler. printSummary(XmlSeverity severity, java.lang.String message, java.util.List<XmlException> entry)Print a summary line, not every one of the entries.protected abstract voidAccumulatingMessageHandler. printSummaryLine(java.lang.String kind, XmlSeverity severity, java.lang.String message)NiceXmlMessageSpecNiceXmlMessageSpec. withSeverity(XmlSeverity severity)Constructors in com.github.oowekyala.ooxml.messages with parameters of type XmlSeverity Constructor Description AccumulatingMessageHandler(XmlMessageHandler basePrinter, XmlSeverity minSeverity)
-