Class ContextLines

java.lang.Object
com.github.oowekyala.ooxml.messages.ContextLines

public class ContextLines extends Object
Helper object that contains the lines around a specific XmlPosition.
  • Field Details

    • first

      private final int first
      Line number of the first line of the list in the real document
    • errorIdx

      private final int errorIdx
      Index in the list of the line that has the error.
    • lines

      private final List<String> lines
  • Constructor Details

    • ContextLines

      ContextLines(List<String> lines, int first, int errorIdx)
  • Method Details