| 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 | Class and Description |
|---|---|
class |
Mapper
This is the main class responsible of the overall process.
|
| Modifier and Type | Method and Description |
|---|---|
MapperBase |
MapperContextBase.getMapper()
Gets the mapper.
|
MapperBase |
MapperContext.getMapper()
Gets the mapper.
|
| Constructor and Description |
|---|
MapperContext2(DTSContainer dts,
MapperBase parent,
net.sf.saxon.s9api.XdmNode node)
Instantiates a new mapper context2.
|
MapperContext2(XBRLContext ctx,
MapperBase parent)
Creates a new MapperContext from the content of an XBRLContext.
|
MapperContext3(DTSContainer dts,
MapperBase parent,
net.sf.saxon.s9api.XdmNode node)
Instantiates a new mapper context3.
|
MapperContext3(XBRLContext ctx,
MapperBase parent)
Creates a new MapperContext from the content of an XBRLContext.
|
MapperContextBase(DTSContainer dts,
MapperBase parent,
net.sf.saxon.s9api.XdmNode node)
Instantiates a new mapper context base.
|
MapperContextBase(XBRLContext ctx,
MapperBase parent)
Creates a new MapperContext from the content of an XBRLContext.
|