Uses of Class
com.github.oowekyala.ooxml.messages.XmlPosition
Packages that use XmlPosition
Package
Description
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 XmlPositionModifier and TypeFieldDescriptionprivate final XmlPositionNiceXmlMessageSpec.positionprivate final XmlPositionXmlException.positionstatic final XmlPositionXmlPosition.UNDEFINEDMethods in com.github.oowekyala.ooxml.messages that return XmlPositionModifier and TypeMethodDescription(package private) static XmlPositionMessageUtil.extractPosition(Throwable throwable) Tries to retrieve the position where the given exception occurred.NiceXmlMessageSpec.getPosition()XmlException.getPosition()Returns the position where the error occurred.FullFilePositioner.startPositionOf(Node node) PartialFilePositioner.startPositionOf(@Nullable Node node) XmlPositioner.startPositionOf(@Nullable Node node) Returns an object describing the position in the file of the given XML node.static XmlPositionXmlPosition.undefinedIn(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 XmlPositionModifier and TypeMethodDescriptionprotected abstract MXmlMessageReporterBase.create2ndStage(XmlPosition position, XmlPositioner positioner) Creates the object returned byXmlMessageReporterBase.at(Node).PartialFilePositioner.getLinesAround(XmlPosition position, int numContextLines) XmlPositioner.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