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 |
MapperBase.getContextById(java.lang.String key)
Gets the context by id.
|
MapperContext |
MapperFileSaveInterface.getContextById(java.lang.String key)
Access to a specific context using the context key.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<MapperContext> |
MapperBase.getContexts()
Gets the contexts.
|
java.util.Collection<MapperContext> |
MapperFileSaveInterface.getContexts()
Returns a collection of MapperContext objects that will be saved to this new file.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MapperBase.addContext(MapperContext newMapperContext)
Adds the context.
|
java.lang.String |
MapperBase.addContext(MapperContext newMapperContext,
java.lang.String oldContextId)
Adds the context.
|
void |
MapperBase.delContext(MapperContext mapperContext)
Del context.
|
Modifier and Type | Method and Description |
---|---|
abstract MapperContext |
MapperContextBase.clone() |
MapperContext |
MapperContext.clone() |
abstract MapperContext |
MapperContextBase.clone(DTSContainer otherDts) |
MapperContext |
MapperContext.clone(DTSContainer otherDts) |
MapperContext |
MapperFact.getContext()
Gets the MapperContext node.
|
Modifier and Type | Method and Description |
---|---|
void |
MapperContexts.addContext(MapperContext newMapperContext)
Adds a new mapper context node.
|
void |
MapperDoc.addContext(MapperContext newMapperContext)
Adds a new MapperContext node.
|
void |
MapperContexts.delContext(MapperContext mapperContext)
Deletes the mapper context child node.
|
void |
MapperDoc.delContext(MapperContext mapperContext)
Deletes a MapperContext node.
|
void |
MapperFact.setContext(MapperContext newMapperContext)
Replaces context by a new context.
|
Constructor and Description |
---|
MapperContext(MapperContext other)
Creates a new context as a copy or clone of the mapper context supplied as a parameter
The new context will have null as parent instance.
|
MapperFact(MapperBase mapperBase,
MapperFact.Type type,
HasMapperFacts parent,
XBRLDataSource source,
MapperContext context,
java.lang.String mapIdentifier,
javax.xml.namespace.QName concept,
XBRLUnit unit,
int multi)
Instantiates a new fact.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa