Uses of Class
com.github.oowekyala.ooxml.messages.ContextLines
-
Packages that use ContextLines Package Description com.github.oowekyala.ooxml.messages Simple API to produce nice error messages when reading an XML file. -
-
Uses of ContextLines in com.github.oowekyala.ooxml.messages
Methods in com.github.oowekyala.ooxml.messages that return ContextLines Modifier and Type Method Description @Nullable ContextLinesPartialFilePositioner. getLinesAround(XmlPosition position, int numContextLines)(package private) ContextLinesTextDoc. getLinesAround(@com.github.oowekyala.ooxml.messages.Annots.OneBased int line, int numLinesAround)@Nullable ContextLinesXmlPositioner. getLinesAround(XmlPosition position, int numContextLines)Enrich the given message with the context of the position.
-