Uses of Class
com.github.oowekyala.ooxml.messages.OoxmlFacade
-
Packages that use OoxmlFacade Package Description com.github.oowekyala.ooxml.messages Simple API to produce nice error messages when reading an XML file. -
-
Uses of OoxmlFacade in com.github.oowekyala.ooxml.messages
Fields in com.github.oowekyala.ooxml.messages declared as OoxmlFacade Modifier and Type Field Description protected OoxmlFacadeXmlMessageReporterBase. ooxmlMethods in com.github.oowekyala.ooxml.messages that return OoxmlFacade Modifier and Type Method Description OoxmlFacadeOoxmlFacade. withAnsiColors(boolean useAnsiColors)OoxmlFacadeOoxmlFacade. withContextLines(int numContextLines)OoxmlFacadeOoxmlFacade. withFormatter(NiceXmlMessageFormatter formatter)OoxmlFacadeOoxmlFacade. withPrinter(XmlMessageHandler printer)Methods in com.github.oowekyala.ooxml.messages with parameters of type OoxmlFacade Modifier and Type Method Description (package private) static XmlExceptionMessageUtil. createEntryBestEffort(OoxmlFacade ooxml, XmlPositioner positioner, XmlSeverity severity, java.lang.Throwable exception)Creates an entry for the given exception.java.lang.StringNiceXmlMessageFormatter. formatSpec(OoxmlFacade ooxml, NiceXmlMessageSpec spec, XmlPositioner positioner)(package private) java.lang.StringContextLines. make(OoxmlFacade ooxml, NiceXmlMessageSpec spec)Constructors in com.github.oowekyala.ooxml.messages with parameters of type OoxmlFacade Constructor Description XmlMessageReporterBase(OoxmlFacade ooxml, XmlPositioner positioner)
-