Package org.codehaus.mojo.xml.format
Class XmlFormatViolation
java.lang.Object
org.codehaus.mojo.xml.format.XmlFormatViolation
A violation of a prescribed XML formatting.
-
Field Details
-
column
private final int column -
file
-
lineNumber
private final int lineNumber -
message
-
-
Constructor Details
-
XmlFormatViolation
-
-
Method Details
-
getColumn
public int getColumn()- Returns:
- the column where the violation was detected. The first column number is 1
-
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
- Returns:
- the message describing the violation
-
toString
-