|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.xml.validator.internal.ReportImpl
public class ReportImpl
Report
implementation
Constructor Summary | |
---|---|
ReportImpl()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportImpl()
Method Detail |
---|
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()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |