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 | |
com.ihr.xbrl.mapper.source |
Provides implementations of drivers to obtain data from multiple sources in order to create an XBRL Instance
Some of the drivers collects data from a web form or from an excel file.
|
com.ihr.xbrl.mapper.source.worksheet |
This package contains the root class for the mapper XBRL drivers that obtains information from
spreadsheets, Excel and Google sheets are currently implemented.
|
Modifier and Type | Method and Description |
---|---|
MapperFact |
ListMapperFacts.get(int index) |
MapperFact |
MapperBase.getFactFromMapIdentifier(java.lang.String mapIdentifier)
Returns the Fact associated with the mapIdentifier or null if the mapIdentifier is not associated
with any Fact.
|
MapperFact |
ListMapperFacts.remove(int index) |
MapperFact |
ListMapperFacts.set(int index,
MapperFact mapperFact) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MapperFact> |
MapperBase.getAllFactsForElement(javax.xml.namespace.QName definition)
Return all facts associated with this element definition.
|
java.util.Iterator<MapperFact> |
HasMapperFacts.getChildrenFacts()
Access to an iterator over the children facts of this object.
|
java.util.Iterator<MapperFact> |
Mapper.getChildrenFacts() |
java.util.Iterator<MapperFact> |
MapperFileSaveInterface.getChildrenFacts()
Access to facts on the configuration file.
|
java.util.Iterator<MapperFact> |
ListMapperFacts.iterator() |
java.util.ListIterator<MapperFact> |
ListMapperFacts.listIterator() |
java.util.ListIterator<MapperFact> |
ListMapperFacts.listIterator(int index) |
java.util.List<MapperFact> |
ListMapperFacts.subList(int fromIndex,
int toIndex) |
Modifier and Type | Method and Description |
---|---|
void |
ListMapperFacts.add(int index,
MapperFact mapperFact) |
boolean |
ListMapperFacts.add(MapperFact mapperFact) |
void |
HasMapperFacts.addChildToIndex(MapperFact e)
Called during the SAX parse process to add child to factsContent
|
void |
HasMapperFacts.addFact(MapperFact newFact)
Adds a new Fact to the end of the Facts container.
|
void |
MapperBase.addFact(MapperFact newMapperFact)
Adds the fact.
|
void |
HasMapperFacts.addFactAt(MapperFact newFact,
int pos)
Adds a new Fact at the position indicated by pos.
|
void |
MapperBase.addFactAt(MapperFact newMapperFact,
int pos)
Adds the fact at.
|
void |
HasMapperFacts.delFact(MapperFact fact)
Removes a fact from the container.
|
void |
MapperBase.delFact(MapperFact mapperFact)
Del fact.
|
void |
HasMapperFacts.registerFact(MapperFact fact)
Registers a new fact has been added to the container.
|
MapperFact |
ListMapperFacts.set(int index,
MapperFact mapperFact) |
void |
HasMapperFacts.unregisterFact(MapperFact fact)
Same as
HasMapperFacts.registerFact(MapperFact) but in this case for removing the information stored. |
Modifier and Type | Method and Description |
---|---|
boolean |
ListMapperFacts.addAll(java.util.Collection<? extends MapperFact> c) |
boolean |
ListMapperFacts.addAll(int index,
java.util.Collection<? extends MapperFact> c) |
Modifier and Type | Field and Description |
---|---|
MapperFact |
ClsDataForNewNode.factMap
The fact node.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<MapperFact> |
ClsDataForNewNode.facts
The facts.
|
Modifier and Type | Method and Description |
---|---|
MapperFact |
MapperFacts.getFactFromMapIdentifier(java.lang.String mapIdentifier)
Gets the fact from map identifier.
|
MapperFact |
MapperFacts.processAddNodeFact(ClsDataForNewNode c,
java.util.Map<java.lang.String,java.lang.String> contextMap,
java.util.Map<java.lang.String,java.lang.String> unitMap)
Process add node fact.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<MapperFact> |
MapperFacts.getChildrenFacts() |
java.util.Iterator<MapperFact> |
MapperFact.getChildrenFacts() |
java.util.List<MapperFact> |
MapperFacts.getFactsList()
Access to all mapperFacts.
|
java.util.Map<java.lang.String,MapperFact> |
MapperFacts.getFactsMap()
Gets the facts map.
|
Modifier and Type | Method and Description |
---|---|
void |
MapperFacts.addChildToIndex(MapperFact e) |
void |
MapperFact.addChildToIndex(MapperFact e) |
void |
MapperFacts.addFact(MapperFact newMapperFact)
Adds a MapperFact node.
|
void |
MapperFact.addFact(MapperFact newFact) |
void |
MapperFact.addFactArray(MapperFact[] newFacts)
Adds a set of new facts to the end of this group fact.
|
void |
MapperFacts.addFactAt(MapperFact newMapperFact,
int pos)
Adds a MapperFact node at the given pos.
|
void |
MapperFact.addFactAt(MapperFact newFact,
int pos) |
void |
MapperFacts.delFact(MapperFact mapperFact)
Deletes a MapperFact node.
|
void |
MapperFact.delFact(MapperFact fact) |
void |
MapperFacts.registerFact(MapperFact mapperFact) |
void |
MapperFact.registerFact(MapperFact fact) |
void |
MapperFacts.unregisterFact(MapperFact mapperFact) |
void |
MapperFact.unregisterFact(MapperFact fact) |
Modifier and Type | Method and Description |
---|---|
void |
MapperFacts.recursiveReadFacts(net.sf.saxon.s9api.XdmValue lstFacts,
java.util.List<MapperFact> facts,
HasMapperFacts mapperParent,
java.util.List<ClsDataForNewNode> vDuplicateIdentifierNodes,
java.util.Map<java.lang.String,java.lang.String> contextMap,
java.util.Map<java.lang.String,java.lang.String> unitMap)
Recursive read facts.
|
Modifier and Type | Method and Description |
---|---|
int |
XBRLFileDataSource.getNumberOfValues(java.lang.String mapIdentifier,
MapperFact fact) |
int |
XBRLDataSource.getNumberOfValues(java.lang.String mapIdentifier,
MapperFact fact)
Each data item has mapIdentifier string, each used concept in the taxonomy
has at least one mapIdentifier
This method returns the number of facts in the source that corresponds to the
mapIdentifier string.
|
int |
SQLDataSource.getNumberOfValues(java.lang.String mapIdentifier,
MapperFact fact) |
int |
CSVDataSource.getNumberOfValues(java.lang.String mapIdentifier,
MapperFact fact) |
int |
WebFormDataSource.getNumberOfValues(java.lang.String mapIdentifier,
MapperFact fact) |
int |
VoidDataSource.getNumberOfValues(java.lang.String mapIdentifier,
MapperFact fact) |
Modifier and Type | Method and Description |
---|---|
int |
AbstractWorksheetDataSource.getNumberOfValues(java.lang.String mapIdentifier,
MapperFact fact) |
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa