| 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.
|
| 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.setURI(URI). this method rebuilds
the entire configuration file from the object model. |