| Package | Description |
|---|---|
| com.ihr.xbrl.mapper.instance | |
| com.ihr.xbrl.om.formula |
Provides the classes necessary to implement a plug in XBRL processor for validation of
docuents and taxonomies according to the XBRL formula specification 1.0
At this stage the package is just created.
|
| com.ihr.xbrl.om.instance |
Provides the classes necessary to process, read and write the content of XBRL Instance documents.
|
| com.ihr.xbrl.pojo |
Provides the classes necessary to access to the content of a DTS using POJO technology.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLScenario |
MapperContextBase.getScenario()
Gets the scenario.
|
XBRLScenario |
MapperContext.getScenario()
Gets the scenario.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapperContextBase.setScenario(XBRLScenario scenario)
Sets the new scenario for this context.
|
void |
MapperContext.setScenario(XBRLScenario scenario)
Sets the scenario.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FContext.setXBRLScenario(XBRLScenario scenario)
Sets the XBRL scenario.
|
void |
FContext.unsetXBRLScenario(XBRLScenario scenario)
Unset xbrl scenario.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLScenario |
XBRLScenario.clone() |
XBRLScenario |
XBRLScenario.clone(DTSContainer newDTS) |
XBRLScenario |
XBRLContext.getScenario()
Returns the scenario for this context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLContext.setScenario(XBRLScenario scenario)
Sets the new scenario for this context
using this method resets validation flag.
|
| Constructor and Description |
|---|
XBRLContext(DTSContainer dts,
XBRLEntity entity,
XBRLPeriod period,
XBRLScenario scenario)
Creates a new context with the supplied entity, period and scenario.
|
XBRLContext(XBRLInstance parent,
XBRLEntity entity,
XBRLPeriod period,
XBRLScenario scenario)
Creates a new context with the supplied entity, period and scenario and set the parent to the parent instance.
|
XBRLScenario(XBRLScenario other)
Instantiates a new XBRL scenario.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLScenario |
XBRLPojoGenerator.generate(XBRLScenario scenario)
Generate.
|