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(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(javax.xml.transform.Result outputTarget)
throws javax.xml.transform.TransformerException
outputTarget - 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 method