| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DTSContainer.addResource(XBRLResource resource)
The XBRLResouce initializer calls this method to store a new resource in the
DTSContainer cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLExtendedLink.addResource(XBRLResource resource)
This method adds a XBRLResource to the Extended Link container.
|
void |
XBRLResource.setParent(XBRLExtendedLink parent)
Sets the parent of this resource to the Extended link that is used in the parameter.
|