org.codehaus.stax2.validation
public class XMLValidationProblem extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected javax.xml.stream.Location |
mLocation |
protected java.lang.String |
mMessage |
protected int |
mSeverity |
static int |
SEVERITY_ERROR |
static int |
SEVERITY_FATAL |
static int |
SEVERITY_WARNING |
Constructor and Description |
---|
XMLValidationProblem(javax.xml.stream.Location loc,
java.lang.String msg) |
XMLValidationProblem(javax.xml.stream.Location loc,
java.lang.String msg,
int severity) |
Modifier and Type | Method and Description |
---|---|
javax.xml.stream.Location |
getLocation() |
java.lang.String |
getMessage() |
int |
getSeverity() |
public static final int SEVERITY_WARNING
public static final int SEVERITY_ERROR
public static final int SEVERITY_FATAL
protected final javax.xml.stream.Location mLocation
protected final java.lang.String mMessage
protected final int mSeverity