| Package | Description |
|---|---|
| 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.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 |
|---|
XBRLValidationExceptionImportIsNotSchema(XBRLImport _import)
Instantiates a new XBRL validation exception import is not schema.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<XBRLImport> |
XBRLTaxonomy.getImports()
Return an iterator of all defined imports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLTaxonomy.addImport(XBRLImport imp)
Adds a new import to this taxonomy.
|
void |
XBRLTaxonomy.removeImport(XBRLImport imp)
Remove an existing import.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLImport |
XBRLRSGenerator.generate(XBRLImport importIn,
XBRLTaxonomy parent)
Generate.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLImport |
XBRLPojoGenerator.generate(XBRLImport dtsImport)
Generate.
|