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
XBRLTransformationResult
getResult
in interface XBRLTransformationResult
javax.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
XBRLTransformationResult
sendToResult
in interface XBRLTransformationResult
dts
- 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