Uses of Class
com.github.oowekyala.ooxml.messages.OoxmlFacade
Packages that use OoxmlFacade
Package
Description
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 OoxmlFacadeMethods in com.github.oowekyala.ooxml.messages that return OoxmlFacadeModifier and TypeMethodDescriptionOoxmlFacade.withAnsiColors(boolean useAnsiColors) OoxmlFacade.withContextLines(int numContextLines) OoxmlFacade.withFormatter(NiceXmlMessageFormatter formatter) OoxmlFacade.withPrinter(XmlMessageHandler printer) Methods in com.github.oowekyala.ooxml.messages with parameters of type OoxmlFacadeModifier and TypeMethodDescription(package private) static XmlExceptionMessageUtil.createEntryBestEffort(OoxmlFacade ooxml, XmlPositioner positioner, XmlSeverity severity, Throwable exception) Creates an entry for the given exception.NiceXmlMessageFormatter.formatSpec(OoxmlFacade ooxml, NiceXmlMessageSpec spec, XmlPositioner positioner) (package private) StringContextLines.make(OoxmlFacade ooxml, NiceXmlMessageSpec spec) Constructors in com.github.oowekyala.ooxml.messages with parameters of type OoxmlFacadeModifierConstructorDescriptionprotectedXmlMessageReporterBase(OoxmlFacade ooxml, XmlPositioner positioner)