| 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 |
Fact
Represents instructions to create a fact item or tuple.
|
class |
Mapper
This is the main class responsible of the overall process.
|
class |
MapperBase
A Mapper Base is a base class for implementing a Mapper to convert values from any source to XBRL.
|
| Modifier and Type | Method and Description |
|---|---|
HasFacts |
MapperBase.getParent() |
HasFacts |
HasFacts.getParent()
Access to the parent element of a Fact.
|
HasFacts |
Fact.getParent()
Access to the parent of this template Fact.
|
| Constructor and Description |
|---|
Fact(Fact.Type type,
HasFacts parent,
XBRLDataSource source,
MapperContext context,
java.lang.String mapIdentifier,
XMLElementDefinition concept,
XBRLUnit unit,
int multi)
Instantiates a new fact.
|