Generated by
JDiff

Class com.itextpdf.kernel.utils.CompareTool.CompareResult

Changed Constructors
CompareTool.CompareResult( int) Documentation changed from old to new.
Creates new empty instance of CompareResult with given limit of difference messages.
 

Changed Methods
Map  getDifferences() Documentation changed from old to new.
Returns map with ObjectPath as keys and difference descriptions as values.
int  getErrorCount() Documentation changed from old to new.
Returns number of differences between two documents met during comparison.
String  getReport() Documentation changed from old to new.
Converts this CompareResult into text form.
boolean  isOk() Documentation changed from old to new.
Is used to define if documents are considered equal after comparison.
void  writeReportToXml( OutputStream) Documentation changed from old to new.
Converts this CompareResult into xml form.