public class XBRLExcelTransformationResult extends java.lang.Object implements XBRLTransformationResult
| Constructor and Description |
|---|
XBRLExcelTransformationResult(org.apache.poi.ss.usermodel.Workbook wb)
Instantiates a new XBRL excel transformation result.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getResult()
Obtains the result of the loading process as an object.
|
void |
sendToResult(DTSContainer dts,
javax.xml.transform.Result outputTarget)
Serializes the generated document to the next component in the
XML pipe (Result object)
This method will be called once per document.
|
public XBRLExcelTransformationResult(org.apache.poi.ss.usermodel.Workbook wb)
wb - the wbpublic java.lang.Object getResult()
throws javax.xml.transform.TransformerException
XBRLTransformationResultgetResult in interface XBRLTransformationResultjavax.xml.transform.TransformerException - if something goes wrong or the driver does not
support this output methodpublic void sendToResult(DTSContainer dts, javax.xml.transform.Result outputTarget) throws javax.xml.transform.TransformerException
XBRLTransformationResultsendToResult in interface XBRLTransformationResultdts - the dtsoutputTarget - Resultjavax.xml.transform.TransformerException - if something goes wrong or the driver does not
support this output methodCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa