Class ContextLines
java.lang.Object
com.github.oowekyala.ooxml.messages.ContextLines
Helper object that contains the lines around a specific
XmlPosition.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringaddLineNum(int idx, int pad) (package private) Stringmake(OoxmlFacade ooxml, NiceXmlMessageSpec spec) private intstringLengthOf(int i)
-
Field Details
-
first
private final int firstLine number of the first line of the list in the real document -
errorIdx
private final int errorIdxIndex in the list of the line that has the error. -
lines
-
-
Constructor Details
-
ContextLines
-
-
Method Details
-
make
-
stringLengthOf
private int stringLengthOf(int i) -
addLineNum
-