public class XBRLValidationReportToExcel extends java.lang.Object implements XBRLValidationReportSerializer
| Constructor and Description |
|---|
XBRLValidationReportToExcel(java.net.URI excelURI)
Creates an instance of the transformer of the validation report to Excel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(XBRLValidationReport xbrlValidationReport)
Produces the output of the XBRLValidationReport in the object implementing this interface.
|
static void |
serializeToOutputStream(XBRLValidationReport xbrlValidationReport,
java.io.OutputStream stream) |
public XBRLValidationReportToExcel(java.net.URI excelURI)
excelURI - the Excel document URIpublic static void serializeToOutputStream(XBRLValidationReport xbrlValidationReport, java.io.OutputStream stream) throws java.io.IOException
java.io.IOExceptionpublic void serialize(XBRLValidationReport xbrlValidationReport)
XBRLValidationReportSerializerserialize in interface XBRLValidationReportSerializerxbrlValidationReport - the xbrl validation report