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(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(javax.xml.transform.Result outputTarget)
throws javax.xml.transform.TransformerException
XBRLTransformationResultsendToResult in interface XBRLTransformationResultoutputTarget - Resultjavax.xml.transform.TransformerException - if something goes wrong or the driver does not
support this output method