See: Description
Interface | Description |
---|---|
HasAddMap |
This interface has been created in order to provide a common method for XBRLDataSource derived classes that
can process information stored from the GUI such an XBRLizer representation model and create mappings to the
specified format.
|
HasDataFile |
This interface has been created in order to provide a common method for XBRLDataSource derived classes that
can be informed about the file name from which the data will be obtained.
|
MapeableDataSource |
This interface is required in order to serve as a single parameter to a method
It just joins two interfaces together, XBRLDataSource and HasAddMapXBRLDataSource.
|
XBRLDataSource |
This is the interface that describes methods required to be implemented by
drivers.
|
XBRLDataSourceMapIdInUse |
This interface is part of new functionality added to XBRL Data Sources.
|
Class | Description |
---|---|
CSVDataSource |
Comma separated values file data source.
|
ExcelDataSource |
The Class ExcelDataSource.
|
JNDIDataSource |
Class with methods to obtain data from an SQL database and create an XBRL report.
|
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 |
The Class 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.
|
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.
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa