Uses of Interface
com.github.oowekyala.ooxml.messages.XmlPositioner
-
Packages that use XmlPositioner Package Description com.github.oowekyala.ooxml.messages Simple API to produce nice error messages when reading an XML file. -
-
Uses of XmlPositioner in com.github.oowekyala.ooxml.messages
Classes in com.github.oowekyala.ooxml.messages that implement XmlPositioner Modifier and Type Class Description (package private) classFullFilePositionerScanner with known document context.(package private) classPartialFilePositionerFields in com.github.oowekyala.ooxml.messages declared as XmlPositioner Modifier and Type Field Description protected XmlPositionerXmlMessageReporterBase. positionerprivate XmlPositionerPositionedXmlDoc. reporterMethods in com.github.oowekyala.ooxml.messages that return XmlPositioner Modifier and Type Method Description (package private) abstract XmlPositionerOoxmlFacade.MyErrorHandler. getPositioner()XmlPositionerPositionedXmlDoc. getPositioner()static XmlPositionerXmlPositioner. noPositioner(@Nullable java.lang.String systemId)A positioner that returns undefined positions.Methods in com.github.oowekyala.ooxml.messages with parameters of type XmlPositioner Modifier and Type Method Description protected abstract MXmlMessageReporterBase. create2ndStage(XmlPosition position, XmlPositioner positioner)Creates the object returned byXmlMessageReporterBase.at(Node).(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)Constructors in com.github.oowekyala.ooxml.messages with parameters of type XmlPositioner Constructor Description PositionedXmlDoc(org.w3c.dom.Document document, XmlPositioner reporter)XmlMessageReporterBase(OoxmlFacade ooxml, XmlPositioner positioner)
-