| 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.om |
Provides the classes necessary to start processing XBRL information.
|
| com.ihr.xbrl.om.exLinks |
Provides the classes necessary to process, read and write XBRL Linkbases and XBRL Extended links.
|
| 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.
|
| com.rs.xbrl |
| Constructor and Description |
|---|
EFMdistinctExtendedLinks(XBRLLinkbase xbrlLinkbase,
javax.xml.namespace.QName lbType,
javax.xml.namespace.QName nodeName)
Instantiates a new EF mdistinct extended links.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLLinkbase |
DTSContainer.getLinkbaseByURI(java.net.URI u)
Returns the XBRLLinkbase corresponding to the Document URI or null if the URI cannot be found
or does not corresponds to a linkbase.
|
| Constructor and Description |
|---|
XBRLLinkbaseRef(DTSContainer dts,
XBRLLinkbase linkbase)
Instantiates a new XBRL linkbase ref.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<XBRLLinkbase> |
XBRLTaxonomy.getLinkbases()
Return an iterator of all defined linkbases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLTaxonomy.addLinkbase(XBRLLinkbase linkbase)
Adds a linkbase object to this taxonomy.
|
void |
XBRLTaxonomy.removeLinkbase(XBRLLinkbase linkbase)
Removes a linkbase object that is referenced in this taxonomy.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLLinkbase |
XBRLRSGenerator.generate(XBRLLinkbase linkbaseIn)
Generate.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLLinkbase |
XBRLPojoGenerator.generate(XBRLLinkbase dtsLinkbase)
Generate.
|
XBRLLinkbase |
XBRLDBAccessor.queryDocument(XBRLLinkbase linkbase)
Query the database for the existence of an XBRLLinkbase document.
|
| Modifier and Type | Field and Description |
|---|---|
XBRLLinkbase |
GenerationContext.lb
The lb.
|