Class XmlFormatViolation


  • public class XmlFormatViolation
    extends Object
    A violation of a prescribed XML formatting.
    Author:
    Peter Palaga
    • Constructor Detail

      • XmlFormatViolation

        public XmlFormatViolation​(File file,
                                  int lineNumber,
                                  int column,
                                  String message)
    • Method Detail

      • getColumn

        public int getColumn()
        Returns:
        the column where the violation was detected. The first column number is 1
      • getFile

        public File getFile()
        Returns:
        the file in which the violation was detected.
      • getLineNumber

        public int getLineNumber()
        Returns:
        the line number where the violation was detected. The first line number is 1
      • getMessage

        public String getMessage()
        Returns:
        the message describing the violation