| 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 | Method and Description |
|---|---|
Section |
Anchor.getParent()
Gets the parent.
|
Section |
Fact.getSection()
Gets the section.
|
Section |
MapperBase.getSectionForKey(java.lang.String key)
Gets the section for key.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Section> |
MapperFileSaveInterface.getSections()
Access to the collection of sections.
|
java.util.Collection<Section> |
MapperBase.getSections()
Gets the sections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapperBase.addSection(Section section)
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(Section section)
Del section.
|
void |
Fact.setSection(Section section)
Sets the section.
|
| Constructor and Description |
|---|
Anchor(Section parent,
javax.xml.namespace.QName element,
java.lang.String uri)
Instantiates a new anchor.
|
Anchor(net.sf.saxon.s9api.XdmNode node,
Section parent)
Create an anchor from a node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XBRLFileDataSource.verifyRule(Section section) |
boolean |
XBRLDataSource.verifyRule(Section section)
Checks the current driver for a rule for section passed in in the parameter.
|
boolean |
WebFormDataSource.verifyRule(Section section) |
boolean |
VoidDataSource.verifyRule(Section section) |
boolean |
SQLDataSource.verifyRule(Section section) |
boolean |
JNDIDataSource.verifyRule(Section section) |
boolean |
CSVDataSource.verifyRule(Section section) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractWorksheetDataSource.verifyRule(Section section) |