| Package | Description |
|---|---|
| com.ihr.xbrl.adins.efm.errors |
Provides classes for the specific error messages for the the implementation of the Edgar Filer Manual validation add-in
This package is part of the implementation of the Edgar Filer Manual
|
| com.ihr.xbrl.dataloader |
Provides the classes necessary to load data from an instance document to any possible data target.
|
| com.ihr.xbrl.dataloader.target |
Provides implementations of different drivers for data loading
Loader drivers responds to loading events and store the information in the target format.
|
| com.ihr.xbrl.dts |
Provides the classes necessary to investigate the content of a DTS.
|
| com.ihr.xbrl.mapper.filters |
Provides the classes necessary to filter the content of instance documents
Filtering of facts in an instance document may be used for formula processing or
for data loading by a driver.
|
| 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.
|
| com.ihr.xbrl.om.errors |
Provides the classes necessary to produce and process XBRL related errors
There are two error categories.
|
| 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.formula.aspects | |
| 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.
|
| com.ihr.xbrl.transform.target |
Provides the classes necessary to serialize the generated XML document in the output format.
|
| Constructor and Description |
|---|
EFMEntitySchemeError(XBRLContext xbrlContext)
Instantiates a new EFM entity scheme error.
|
EFMEqualStartDateAndEndDate(java.util.Date when,
XBRLContext ctx)
Instantiates a new EFM equal start date and end date.
|
EFMEqualStartDateAndInstantDate(java.util.Date when,
XBRLContext ctx)
Instantiates a new EFM equal start date and instant date.
|
EFMInvalidDate(XBRLContext ctx)
Instantiates a new EFM invalid date.
|
EFMScenarioMustNotBeUsed(XBRLContext xbrlContext)
Instantiates a new EFM scenario must not be used.
|
EFMSegmentChildrenIsNotExplicitMember(XBRLContext xbrlContext,
int child,
javax.xml.namespace.QName nodeName)
Instantiates a new EFM segment children is not explicit member.
|
| Constructor and Description |
|---|
EFMUnusedContextsAreNotAllowed(java.util.Vector<XBRLContext> unusedContexts)
Instantiates a new EFM unused contexts are not allowed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLLoaderInterface.processContexts(java.util.Iterator<XBRLContext> contexts)
Called by the transformation processor to provide the contexts for the data
that will be found later during the processing of facts
the default process updates the content of some variables. or calculates
number of columns, rows.
|
void |
XBRLFilterContextImpl.processContexts(java.util.Iterator<XBRLContext> contexts)
Process all contexts in the iterator and collect variables to be cached later.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLDriver.processContexts(java.util.Iterator<XBRLContext> contexts) |
void |
NullDriver.processContexts(java.util.Iterator<XBRLContext> contexts) |
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
TwoContexts.getContext1()
Gets the context1.
|
XBRLContext |
TwoContexts.getContext2()
Gets the context2.
|
XBRLContext |
FactsColumn.getContexts(XBRLItem.PeriodType periodType,
int use)
Returns the most used XBRLContext object in this column
filtered by the period type and FactUse.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<XBRLContext> |
InstanceExplorer.getAllContexts(CompanyKey ck,
XBRLItem.PeriodType periodType)
Access to a collection of all contexts that are associated with factColumns
in this InstanceExplorer.
|
java.util.Iterator<XBRLContext> |
InstanceExplorer.getCompatibleContexts(XBRLFactItem fact) |
java.util.Iterator<XBRLContext> |
DimensionalInstanceExplorer.getCompatibleContexts(XBRLFactItem fact) |
java.util.Iterator<XBRLContext> |
ContextProvider.getCompatibleContexts(XBRLFactItem fact)
Returns an iterator over compatible contexts for this fact.
|
java.util.Collection<XBRLContext> |
FactsColumn.getContexts(boolean bIncludeEmpty)
Gets the contexts.
|
java.util.Vector<XBRLContext> |
InstanceExplorer.getVectorForKey(CompanyKey ck,
java.lang.String keyContexts)
Access to a Vector of XBRLContexts .
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceExplorer.addContext(XBRLContext newContext) |
void |
DimensionalInstanceExplorer.addContext(XBRLContext newContext) |
void |
ContextProvider.addContext(XBRLContext newContext)
Adds a new context to this context provider.
|
void |
FactsColumn.addContext(XBRLContext ctx,
int use)
Adds a context to this FactsColumn.
|
void |
InstanceExplorer.delContext(XBRLContext ctx)
Removing a context requires removing all facts using the context.
|
void |
FactsColumn.delContext(XBRLContext ctx)
Del context.
|
void |
InstanceExplorer.factChangedContext(XBRLFactItem fact,
XBRLContext oldContext,
XBRLContext newContext) |
void |
DimensionalInstanceExplorer.factChangedContext(XBRLFactItem fact,
XBRLContext oldContext,
XBRLContext newContext) |
void |
ContextProvider.factChangedContext(XBRLFactItem fact,
XBRLContext oldContext,
XBRLContext newContext)
Informs the Context provider that the fact has changed its context information.
|
boolean |
RowKey.passFilter(XBRLContext ctx)
Returns true if the new context passes the filter indicated by the RowKey parameter.
|
void |
InstanceBuilder.setCtxDurationBOP(XBRLContext ctxDurationBOP)
Sets the ctx duration bop.
|
void |
InstanceBuilder.setCtxDurationOther(XBRLContext ctxDurationOther)
Sets the ctx duration other.
|
void |
InstanceBuilder.setCtxInstantBOP(XBRLContext ctxInstantBOP)
Sets the ctx instant bop.
|
void |
InstanceBuilder.setCtxInstantOther(XBRLContext ctxInstantOther)
Sets the ctx instant other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceExplorer.processContexts(java.util.Iterator<XBRLContext> contexts)
Process contexts.
|
| Constructor and Description |
|---|
CompanyKey(XBRLContext context)
Instantiates a new company key.
|
RowKey(XBRLContext ctx)
Instantiates a new row key.
|
TwoContexts(XBRLContext context1,
XBRLContext context2)
Instantiates a new two contexts.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
XBRLContextFilter.getContext()
Gets the context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLContextFilter.setContext(XBRLContext ctx)
Sets the context.
|
| Constructor and Description |
|---|
XBRLContextFilter(java.lang.String id,
XBRLContext ctx)
Instantiates a new XBRL context filter.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
MapperContextBase.getXBRLContext()
Gets the XBRL context.
|
XBRLContext |
MapperContext.getXBRLContext()
Gets the XBRL context.
|
| Constructor and Description |
|---|
MapperContext2(XBRLContext ctx,
MapperBase parent)
Creates a new MapperContext from the content of an XBRLContext.
|
MapperContext3(XBRLContext ctx,
MapperBase parent)
Creates a new MapperContext from the content of an XBRLContext.
|
MapperContextBase(XBRLContext ctx,
MapperBase parent)
Creates a new MapperContext from the content of an XBRLContext.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
XBRLFileDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
XBRLContext |
XBRLDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context)
Each data item has mapIdentifier string each used concept in the taxonomy
has at least one mapIdentifier
returns the XBRLContext to be used for the fact item.
|
XBRLContext |
WebFormDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
XBRLContext |
VoidDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
XBRLContext |
SQLDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
XBRLContext |
JNDIDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
XBRLContext |
CSVDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
XBRLFileDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
XBRLContext |
XBRLDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context)
Each data item has mapIdentifier string each used concept in the taxonomy
has at least one mapIdentifier
returns the XBRLContext to be used for the fact item.
|
XBRLContext |
WebFormDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
XBRLContext |
VoidDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
XBRLContext |
SQLDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
XBRLContext |
JNDIDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
XBRLContext |
CSVDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
int |
XBRLFileDataSource.getFormat(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
int |
XBRLDataSource.getFormat(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit)
Ask the driver for the preferred serialization for the numeric data.
|
int |
WebFormDataSource.getFormat(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
int |
VoidDataSource.getFormat(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
int |
SQLDataSource.getFormat(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
int |
JNDIDataSource.getFormat(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
int |
CSVDataSource.getFormat(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
java.lang.String |
XBRLFileDataSource.getFormatValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
java.lang.String |
XBRLDataSource.getFormatValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit)
Returns the value (as string) for the data format.
|
java.lang.String |
WebFormDataSource.getFormatValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
java.lang.String |
VoidDataSource.getFormatValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
java.lang.String |
SQLDataSource.getFormatValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
java.lang.String |
JNDIDataSource.getFormatValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
java.lang.String |
CSVDataSource.getFormatValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
java.lang.String |
XBRLFileDataSource.getSourceReference(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
net.sf.saxon.type.SimpleType theType) |
java.lang.String |
XBRLDataSource.getSourceReference(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
net.sf.saxon.type.SimpleType theType)
Returns a string that describes the source of data for a specific mapIdentifier, index, localContext and data type
This method is used in order to build an error message that takes into consideration where the data comes from
so the user can better track the path the data is following inside the tools.
|
java.lang.String |
WebFormDataSource.getSourceReference(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
net.sf.saxon.type.SimpleType theType) |
java.lang.String |
VoidDataSource.getSourceReference(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
net.sf.saxon.type.SimpleType theType) |
java.lang.String |
SQLDataSource.getSourceReference(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
net.sf.saxon.type.SimpleType theType) |
java.lang.String |
JNDIDataSource.getSourceReference(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
net.sf.saxon.type.SimpleType theType) |
java.lang.String |
CSVDataSource.getSourceReference(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
net.sf.saxon.type.SimpleType theType) |
XBRLUnit |
XBRLFileDataSource.getUnit(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
XBRLUnit unit) |
XBRLUnit |
XBRLDataSource.getUnit(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
XBRLUnit unit)
Each time a numeric concept is created this function is called to request or change the required
unit.
|
XBRLUnit |
WebFormDataSource.getUnit(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
XBRLUnit unit) |
XBRLUnit |
VoidDataSource.getUnit(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
XBRLUnit unit) |
XBRLUnit |
SQLDataSource.getUnit(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
XBRLUnit unit) |
XBRLUnit |
JNDIDataSource.getUnit(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
XBRLUnit unit) |
XBRLUnit |
CSVDataSource.getUnit(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
XBRLUnit unit) |
net.sf.saxon.value.AtomicValue |
ExcelDataSource.getValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
net.sf.saxon.type.SimpleType type) |
net.sf.saxon.value.AtomicValue |
XBRLFileDataSource.getValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
net.sf.saxon.type.SimpleType schemaType) |
net.sf.saxon.value.AtomicValue |
XBRLDataSource.getValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
net.sf.saxon.type.SimpleType schemaType)
Each data item has mapIdentifier string each used concept in the taxonomy
has at least one mapIdentifier
returns the Value to be sent to the fact item. null is allowed and will
be considered as no input data available
|
net.sf.saxon.value.AtomicValue |
WebFormDataSource.getValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
net.sf.saxon.type.SimpleType type) |
net.sf.saxon.value.AtomicValue |
VoidDataSource.getValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
net.sf.saxon.type.SimpleType type) |
net.sf.saxon.value.AtomicValue |
SQLDataSource.getValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
net.sf.saxon.type.SimpleType schemaType) |
net.sf.saxon.value.AtomicValue |
JNDIDataSource.getValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
net.sf.saxon.type.SimpleType schemaType) |
net.sf.saxon.value.AtomicValue |
CSVDataSource.getValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
net.sf.saxon.type.SimpleType type) |
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
AbstractWorksheetDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
AbstractWorksheetDataSource.getContext(java.lang.String mapIdentifier,
int index,
XBRLContext context) |
int |
AbstractWorksheetDataSource.getFormat(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
java.lang.String |
AbstractWorksheetDataSource.getFormatValue(java.lang.String mapIdentifier,
int index,
XBRLContext context,
XBRLUnit localUnit) |
java.lang.String |
AbstractWorksheetDataSource.getSourceReference(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
net.sf.saxon.type.SimpleType theType) |
XBRLUnit |
AbstractWorksheetDataSource.getUnit(java.lang.String mapIdentifier,
int index,
XBRLContext localContext,
XBRLUnit unit) |
| Constructor and Description |
|---|
XBRLValidationExceptionConceptFactPeriodTypeMistmatch(XBRLFactItem factItem,
XBRLContext ctx)
Instantiates a new XBRL validation exception concept fact period type mistmatch.
|
XBRLValidationExceptionScenarioContentErrorNamespace(XBRLContext context)
Instantiates a new XBRL validation exception scenario content error namespace.
|
XBRLValidationExceptionScenarioContentErrorSubstGroup(XBRLContext context)
Instantiates a new XBRL validation exception scenario content error subst group.
|
XBRLValidationExceptionSegmentContentErrorNamespace(XBRLContext context)
Instantiates a new XBRL validation exception segment content error namespace.
|
XBRLValidationExceptionSegmentContentErrorSubstGroup(XBRLContext context)
Instantiates a new XBRL validation exception segment content error subst group.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
XBRLFormulaProcessor.getContextById(java.lang.String id,
java.net.URI documentURI)
Gets the context by id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FContext.setXBRLContext(XBRLContext context)
Stores the information form an XBRL context inside the internal structure.
|
| Constructor and Description |
|---|
FContext(XMLElementDefinition el,
XBRLContext ctx)
Instantiates a new f context.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
EntityIdentifierAspectRule.getLastEvaluatedContext() |
XBRLContext |
EntityIdentifierAspectInterface.getLastEvaluatedContext()
Gets the last evaluated context.
|
XBRLContext |
DefaultAspectRule.getLastEvaluatedContext() |
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
XBRLContext.clone() |
XBRLContext |
XBRLContext.clone(DTSContainer newDTS) |
XBRLContext |
XBRLFactItem.getContext()
Access to the context object.
|
XBRLContext |
XBRLInstance.getContextById(java.lang.String id)
Gets the context by id.
|
XBRLContext |
XBRLInstance.getContextCompatible(XBRLContext otherContext)
Returns an existing context that is c-equal to the context passed in as the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<XBRLContext> |
XBRLInstance.getContexts()
Access to all contexts in the XBRL Instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XBRLInstance.addContext(XBRLContext ctx)
Adds a new context to the instance document.
|
static XBRLFactItem |
XBRLFactItem.createItemInstance(XBRLFactsList container,
XBRLContext ctx,
XBRLItem xf,
XBRLUnit unit)
creates an XBRLFactItem that can be either a XBRLFactNumeric or XBRLFactNonNumeric
depending on the information provided in extra parameters.
|
static XBRLFact |
XBRLFact.createItemOrTupleInstance(XBRLFactsList facts,
XMLElementDefinition el,
XBRLContext ctx,
XBRLUnit unit)
Creates a tupleInstance of a itemInstance depending on the data type of the el parameter and extra information
provided in other parameters.
|
void |
XBRLInstance.delContext(XBRLContext ctx)
Removes a context from the instance document.
|
XBRLContext |
XBRLInstance.getContextCompatible(XBRLContext otherContext)
Returns an existing context that is c-equal to the context passed in as the parameter.
|
void |
XBRLFactItem.setContext(XBRLContext c)
Sets the context of this fact.
|
| Constructor and Description |
|---|
XBRLContext(XBRLContext other)
Creates a new context as a copy or clone of the context supplied as a parameter
The new context will have null as parent instance.
|
XBRLFactNonNumeric(XBRLFactsList container,
XBRLContext context,
XBRLItem item)
Creates a fact for non numeric valus and adds it to the container object.
|
XBRLFactNumeric(XBRLFactsList container,
XBRLContext context,
XBRLItem item,
XBRLUnit unit)
Creates a numeric fact item providing all required information and NIL value.
|
XBRLFactNumeric(XBRLFactsList container,
XBRLContext context,
XBRLItem item,
XBRLUnit unit,
XBRLNumber value)
Creates a numeric fact item providing all required information.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
XBRLRSGenerator.generate(XBRLContext context)
Generate.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLContext |
XBRLPojoGenerator.generate(XBRLContext context)
Generate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelReportFactHandler.processContexts(java.util.Iterator<XBRLContext> contexts) |
void |
XBRLReportHandlerInterface.processContexts(java.util.Iterator<XBRLContext> contexts)
Called by the transformation processor to provide the contexts for the data
that will be found later during the processing of facts
the default process updates the content of some variables.
|
void |
XBRLReportHandler.processContexts(java.util.Iterator<XBRLContext> contexts) |
void |
XBRLFactHandlerInterface.processContexts(java.util.Iterator<XBRLContext> contexts)
Called by the processor to inform about the contexts that exist in the instance document.
|
void |
HTMLReportHandler.processContexts(java.util.Iterator<XBRLContext> contexts) |
void |
HTMLFactHandler.processContexts(java.util.Iterator<XBRLContext> contexts) |