| 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 |
| Modifier and Type | Method and Description |
|---|---|
MapperContext |
Fact.getContext()
Gets the context.
|
MapperContext |
MapperFileSaveInterface.getContextById(java.lang.String key)
Access to a specific context using the context key.
|
MapperContext |
MapperBase.getContextById(java.lang.String key)
Gets the context by id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MapperContext> |
MapperFileSaveInterface.getContexts()
Returns a collection of MapperContext objects that will be saved to this new file.
|
java.util.Collection<MapperContext> |
MapperBase.getContexts()
Gets the contexts.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
MapperBase.addContext(MapperContext newContext)
Adds the context.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapperContext2
This class represents a context in the mapper.
|
class |
MapperContext3
This class represents a context in the mapper.
|
class |
MapperContextBase
The Class MapperContextBase.
|
| Modifier and Type | Method and Description |
|---|---|
MapperContext |
MapperContext.clone()
Clone.
|