|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XBRLTransformationResult
This interface contains methods regarding how the result of a loading or transformation process is obtained from the driver. The two possibilities are: 1) the driver is able to generate XML. Then a call to sendToResult will send the generated XML to the next component in the XML pipe. 2) the driver generates a document. Then a call to getResult() returns the object that has been generated.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void sendToResult(javax.xml.transform.Result outputTarget)
throws javax.xml.transform.TransformerException
outputTarget - Result
javax.xml.transform.TransformerException - if something goes wrong or the driver does not
support this output method
java.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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||