Constructor and Description |
---|
ReportImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addError(SAXParseException error)
Add an error
|
void |
addWarning(SAXParseException warning)
Add a warning
|
List<SAXParseException> |
getErrors() |
List<SAXParseException> |
getWarnings() |
boolean |
isValid()
Get if the XML document is valid
|
public void addWarning(SAXParseException warning)
warning
- the warning to addpublic void addError(SAXParseException error)
error
- the error to addpublic List<SAXParseException> getWarnings()
getWarnings
in interface Report
Report.getWarnings()
public List<SAXParseException> getErrors()
getErrors
in interface Report
Report.getErrors()
public boolean isValid()
Report
isValid
in interface Report
Report.isValid()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a