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.instance | |
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 | Method and Description |
---|---|
MapperSection |
MapperBase.getSectionForKey(java.lang.String key)
Gets the MapperSection for key or null if not found.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<MapperSection> |
MapperBase.getSections()
Gets all the sections.
|
java.util.Collection<MapperSection> |
MapperFileSaveInterface.getSections()
Access to the collection of sections.
|
Modifier and Type | Method and Description |
---|---|
void |
MapperBase.addSection(MapperSection mapperSection)
This is called internally when a new Fact is added and the fact contains a section that is not
on this file.
|
void |
MapperBase.delSection(MapperSection mapperSection)
Del section.
|
Modifier and Type | Method and Description |
---|---|
MapperSection |
MapperFact.getSection()
Gets the MapperSection node.
|
MapperSection |
MapperInstance.getSectionForKey(java.lang.String key)
Gets the MapperSection for key or null if not found.
|
MapperSection |
MapperDoc.getSectionForKey(java.lang.String key)
Gets the MapperSection for key or null if not found.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<MapperSection> |
MapperInstance.getSections()
Gets all MapperSection as a Collection.
|
java.util.Collection<MapperSection> |
MapperDoc.getSections()
Gets all MapperSection as a Collection.
|
Modifier and Type | Method and Description |
---|---|
void |
MapperInstance.addSection(MapperSection mapperSection)
Adds a MapperSection node.
|
void |
MapperDoc.addSection(MapperSection newMapperSection)
Adds a new MapperSection node.
|
void |
MapperInstance.delSection(MapperSection mapperSection)
Deletes a MapperSection node.
|
void |
MapperDoc.delSection(MapperSection mapperSection)
Deletes a MapperSection node.
|
void |
MapperFact.setSection(MapperSection mapperSection)
Replaces the MapperSection node by a new one.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XBRLFileDataSource.verifyRule(MapperSection section) |
boolean |
XBRLDataSource.verifyRule(MapperSection section)
Checks the current driver for a rule for section passed in in the parameter.
|
boolean |
SQLDataSource.verifyRule(MapperSection section) |
boolean |
CSVDataSource.verifyRule(MapperSection section) |
boolean |
WebFormDataSource.verifyRule(MapperSection section) |
boolean |
VoidDataSource.verifyRule(MapperSection section) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractWorksheetDataSource.verifyRule(MapperSection section) |
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa