| Package | Description | 
|---|---|
| com.ihr.xbrl.dataloader | Provides the classes necessary to load data from an instance document to any possible data target. | 
| com.ihr.xbrl.dataloader.target | Provides implementations of different drivers for data loading
Loader drivers responds to loading events and store the information in the target format. | 
| com.ihr.xbrl.transform.target | Provides the classes necessary to serialize the generated XML document in the output format. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLLoaderInterface | Loader. getDriverForKey(java.lang.String key)Returns the target associated to this key. | 
| XBRLLoaderInterface | DataLoaderDef. getLoader()Gets the loader. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Loader. setDriverForKey(java.lang.String key,
               XBRLLoaderInterface driver)Sets the driver for key. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NullDriverThis is a driver that receives events to load xbrl data but does nothing with that data. | 
| class  | SQLDriverThis driver loads data in an SQL repository responding to load events
 generated by the loader engine. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExcelReportFactHandlerTranslates information from an instance document to an excel file according to a
 mapping table. | 
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa