public class XBRLValidationReportToStringSerializer extends java.lang.Object implements XBRLValidationReportSerializer
| Constructor and Description |
|---|
XBRLValidationReportToStringSerializer()
Creates an XBRLValidationReportToStringSerializer that will include the ERRORS section and the INCONSISTENCIES section.
|
XBRLValidationReportToStringSerializer(XBRLValidationReport.ReportParts[] reportParts)
Creates an XBRLValidationReportToStringSerializer that will include the report parts indicated in the array.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReportString()
Gets the report string.
|
void |
serialize(XBRLValidationReport report)
Produces the output of the XBRLValidationReport in the object implementing this interface.
|
public XBRLValidationReportToStringSerializer()
public XBRLValidationReportToStringSerializer(XBRLValidationReport.ReportParts[] reportParts)
reportParts - the report partspublic void serialize(XBRLValidationReport report)
XBRLValidationReportSerializerserialize in interface XBRLValidationReportSerializerreport - the xbrl validation reportpublic java.lang.String getReportString()