| 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 | DataLoaderDef. getLoader()Gets the loader. | 
| Loader | LoaderEngine. getLoader(DTSContainer dts)Returns a loader from the engine. | 
| Loader | LoaderEngine. getMasterLoader(DTSContainer dts)Access to the master loader. | 
| void | XBRLLoaderInterface. init()This method is called by the loader just after object has been created and
 if a configuration file is set (which is an optional step only if configuration
 file is indicated as a parameter)
 
 This method should read the configuration file and set values for
 constants and things like that. | 
| Constructor and Description | 
|---|
| LoaderEngine(java.net.URI configFile)Creates a loader engine and loads the configuration file for this engine. | 
| LoaderEngine(java.net.URI configFile,
            int initialLoaders,
            boolean bCreateMasterLoader,
            java.util.Properties loaderProperties)Creates a loader engine and loads the configuration file for this engine. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SQLDriver. init() | 
| void | NullDriver. init() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExcelReportFactHandler. init() | 
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa