| 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.
|
| Constructor and Description |
|---|
XBRLValidationExceptionIncludeIsNotSchema(XBRLInclude include)
Instantiates a new XBRL validation exception include is not schema.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<XBRLInclude> |
XBRLTaxonomy.getIncludes()
Access to the includes declared on this taxonomy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLTaxonomy.addInclude(XBRLInclude inc)
Adds an XBRLInclude to this taxonomy.
|
boolean |
XBRLTaxonomy.removeInclude(XBRLInclude inc)
Removes am include form this taxonomy.
|