Package | Description |
---|---|
com.ihr.xbrl.mapper |
Provides the classes necessary access to content in whatever format and create an XBRL Instance document
This package contains the MapEngine and Mappers that uses a configuration file with an Instance
template.
|
com.ihr.xbrl.mapper.source |
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.
|
com.ihr.xbrl.mapper.source.worksheet |
This package contains the root class for the mapper XBRL drivers that obtains information from
spreadsheets, Excel and Google sheets are currently implemented.
|
Modifier and Type | Class and Description |
---|---|
class |
Mapper
This is the main class responsible of the overall process.
|
Modifier and Type | Method and Description |
---|---|
static MapperFileSaveInterface |
Mapper.createConfigFile(XBRLInstance instance,
java.net.URI config,
java.net.URI configConfUri,
java.lang.String scheme,
java.lang.String company,
java.util.ArrayList<Mapper.PeriodMapping> mappingPeriods,
XBRLDataSource dataSource)
This function generates a sample configuration file for a given DTS.
|
Modifier and Type | Method and Description |
---|---|
static void |
Mapper.save(MapperFileSaveInterface mapperFileSave)
Save the Mapper configuration file to disk using the file name
assigned with a call to
Mapper.setUriOfConfigFile(URI) . this method rebuilds
the entire configuration file from the object model. |
static void |
Mapper.save(MapperFileSaveInterface mapperFileSave,
DTSLoadingBarInterface bar)
Save the Mapper configuration file to disk using the file name
assigned with a call to
Mapper.setUriOfConfigFile(URI) . this method rebuilds
the entire configuration file from the object model. |
Modifier and Type | Method and Description |
---|---|
void |
XBRLFileDataSource.save(MapperFileSaveInterface mapperFileSave) |
void |
XBRLDataSource.save(MapperFileSaveInterface mapperFileSave)
Save the content of the configuration file to disk.
|
void |
SQLDataSource.save(MapperFileSaveInterface mapperFileSave) |
void |
CSVDataSource.save(MapperFileSaveInterface mapperFileSave) |
void |
WebFormDataSource.save(MapperFileSaveInterface mapperFileSave) |
void |
VoidDataSource.save(MapperFileSaveInterface mapperFileSave) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWorksheetDataSource.save(MapperFileSaveInterface mapperFileSave) |
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa