| 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.dts |
Provides the classes necessary to investigate the content of a DTS.
|
| com.ihr.xbrl.om |
Provides the classes necessary to start processing XBRL information.
|
| com.ihr.xbrl.om.instance |
Provides the classes necessary to process, read and write the content of XBRL Instance documents.
|
| com.ihr.xbrl.om.taxonomy |
Provides the classes necessary to process, write and read XBRL Taxonomy schemas and content
of the XBRL Taxonomy Schemas that requires XBRL processing.
|
| com.ihr.xbrl.pojo |
Provides the classes necessary to access to the content of a DTS using POJO technology.
|
| Constructor and Description |
|---|
EFMInvalidTaxonomyContainsTuples(XBRLTaxonomy xbrlTaxonomy,
XBRLTuple tuple)
Instantiates a new EFM invalid taxonomy contains tuples.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLTuple |
FactUseTuple.getItem() |
| Constructor and Description |
|---|
FactUseTuple(XBRLFactsList parent,
XBRLTuple tuple,
RowKey key)
Instantiates a new fact use tuple.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<XBRLTuple> |
DTSContainer.getTupleDeclarations()
Iterator over all Tuple concept declarations in the DTS (crosses all taxonomies).
|
| Constructor and Description |
|---|
DTSContainer.IteratorConcepts(java.util.Iterator<XBRLItem> itemsIterator,
java.util.Iterator<XBRLTuple> tuplesIterator)
Instantiates a new iterator concepts.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLTuple |
XBRLFactTuple.getElementDefinition() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<XBRLFactTuple> |
XBRLInstance.getTuples(XBRLTuple tupleFrom) |
java.util.Iterator<XBRLFactTuple> |
XBRLFactTuple.getTuples(XBRLTuple tupleFrom) |
java.util.Iterator<XBRLFactTuple> |
XBRLFactsListImpl.getTuples(XBRLTuple tupleFrom) |
java.util.Iterator<XBRLFactTuple> |
XBRLFactsList.getTuples(XBRLTuple tupleFrom)
Iterator over fact tuples that are instances of the XBRLTuple received as a parameter.
|
java.util.Iterator<XBRLFactTuple> |
XBRLFactsContainer.getTuples(XBRLTuple tupleFrom)
Gets the tuples.
|
java.util.Iterator<XBRLFactTuple> |
XBRLInstance.getTuplesSg(XBRLTuple tupleFrom) |
java.util.Iterator<XBRLFactTuple> |
XBRLFactTuple.getTuplesSg(XBRLTuple tupleFrom) |
java.util.Iterator<XBRLFactTuple> |
XBRLFactsListImpl.getTuplesSg(XBRLTuple tupleFrom) |
java.util.Iterator<XBRLFactTuple> |
XBRLFactsList.getTuplesSg(XBRLTuple tupleFrom)
Iterator over fact tuples that are instances of the XBRLTuple received as a parameter of in the substitution group of that tuple.
|
java.util.Iterator<XBRLFactTuple> |
XBRLFactsContainer.getTuplesSg(XBRLTuple tupleFrom)
Gets the tuples sg.
|
| Constructor and Description |
|---|
XBRLFactTuple(XBRLFactsList parent,
XBRLTuple tupleDecl)
Creates a new tuple.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<XBRLTuple> |
XBRLTuple.getInSubstitutionGroup()
Gets the in substitution group.
|
java.util.Iterator<XBRLTuple> |
XBRLTaxonomy.getTuples()
Access to the [Tuples] property.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLTuple |
XBRLPojoGenerator.generate(XBRLTuple dtsTuple)
Generate.
|