|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| XBRLDataSource | This is the interface that describes methods required to be implemented by drivers. |
| Class Summary | |
|---|---|
| CSVDataSource | Comma separated values file data source |
| ExcelDataSource | |
| SQLDataSource | Class with methods to obtain data from an SQL database and create an XBRL report This class can be extended by applications that requires to do so. |
| VoidDataSource | |
| WebFormDataSource | Generates an instance document from content in a web form. |
| XBRLFileDataSource | Driver for XBRL Files as data sources to generate other XBRL files |
Provides implementations of drivers to obtain data from multiple sources in order to create an XBRL Instance
Some of the drivers collects data from a web form or from an excel file. All of them implements the methods described in the XBRLDataSource interface.
New drivers can be created by implementing the interface or extending one of the existing drivers in order to integrate this functionality in order software packages.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||