Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.io.xml.validator.internal
Class ReportImpl

java.lang.Object
  extended by eu.esdihumboldt.hale.io.xml.validator.internal.ReportImpl
All Implemented Interfaces:
Report

public class ReportImpl
extends Object
implements Report

Report implementation

Author:
Simon Templer
Partner:
01 / Fraunhofer Institute for Computer Graphics Research

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

ReportImpl

public ReportImpl()
Method Detail

addWarning

public void addWarning(SAXParseException warning)
Add a warning

Parameters:
warning - the warning to add

addError

public void addError(SAXParseException error)
Add an error

Parameters:
error - the error to add

getWarnings

public List<SAXParseException> getWarnings()
Specified by:
getWarnings in interface Report
Returns:
the warnings
See Also:
Report.getWarnings()

getErrors

public List<SAXParseException> getErrors()
Specified by:
getErrors in interface Report
Returns:
the errors
See Also:
Report.getErrors()

isValid

public boolean isValid()
Description copied from interface: Report
Get if the XML document is valid

Specified by:
isValid in interface Report
Returns:
if the XML document is valid
See Also:
Report.isValid()

Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d