Uses of Class
com.github.oowekyala.ooxml.messages.XmlPosition
-
Packages that use XmlPosition Package Description com.github.oowekyala.ooxml.messages Simple API to produce nice error messages when reading an XML file. -
-
Uses of XmlPosition in com.github.oowekyala.ooxml.messages
Fields in com.github.oowekyala.ooxml.messages declared as XmlPosition Modifier and Type Field Description private XmlPositionNiceXmlMessageSpec. positionprivate XmlPositionXmlException. positionstatic XmlPositionXmlPosition. UNDEFINEDMethods in com.github.oowekyala.ooxml.messages that return XmlPosition Modifier and Type Method Description XmlPositionNewOffsetScanner. beginPos(org.w3c.dom.Node node)(package private) static XmlPositionMessageUtil. extractPosition(java.lang.Throwable throwable)Tries to retrieve the position where the given exception occurred.XmlPositionNiceXmlMessageSpec. getPosition()XmlPositionXmlException. getPosition()Returns the position where the error occurred.XmlPositionFullFilePositioner. startPositionOf(org.w3c.dom.Node node)XmlPositionPartialFilePositioner. startPositionOf(@Nullable org.w3c.dom.Node node)XmlPositionXmlPositioner. startPositionOf(@Nullable org.w3c.dom.Node node)Returns an object describing the position in the file of the given XML node.static XmlPositionXmlPosition. undefinedIn(java.lang.String systemId)Returns an undefined position in a document identified by the given system ID.Methods in com.github.oowekyala.ooxml.messages with parameters of type XmlPosition Modifier and Type Method Description protected abstract MXmlMessageReporterBase. create2ndStage(XmlPosition position, XmlPositioner positioner)Creates the object returned byXmlMessageReporterBase.at(Node).@Nullable ContextLinesPartialFilePositioner. getLinesAround(XmlPosition position, int numContextLines)@Nullable ContextLinesXmlPositioner. getLinesAround(XmlPosition position, int numContextLines)Enrich the given message with the context of the position.Constructors in com.github.oowekyala.ooxml.messages with parameters of type XmlPosition Constructor Description NiceXmlMessageSpec(XmlPosition position, java.lang.String simpleMessage)
-