public interface XBRLTransformationResult
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.
|
void sendToResult(DTSContainer dts, javax.xml.transform.Result outputTarget) throws javax.xml.transform.TransformerException
dts
- the dtsoutputTarget
- Resultjavax.xml.transform.TransformerException
- if something goes wrong or the driver does not
support this output methodjava.lang.Object getResult() throws javax.xml.transform.TransformerException
javax.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