| Package | Description |
|---|---|
| com.ihr.xbrl.om.formula |
Provides the classes necessary to implement a plug in XBRL processor for validation of
docuents and taxonomies according to the XBRL formula specification 1.0
At this stage the package is just created.
|
| com.ihr.xbrl.om.instance |
Provides the classes necessary to process, read and write the content of XBRL Instance documents.
|
| com.ihr.xbrl.pojo |
Provides the classes necessary to access to the content of a DTS using POJO technology.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FContext.setXBRLSegment(XBRLSegment segment)
Sets the XBRL segment.
|
void |
FContext.unsetXBRLSegment(XBRLSegment segment)
Unset xbrl segment.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLSegment |
XBRLSegment.clone() |
XBRLSegment |
XBRLSegment.clone(DTSContainer newDTS) |
XBRLSegment |
XBRLEntity.getSegment()
Access to the segment object of this entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLEntity.setSegment(XBRLSegment segment)
Sets the segment.
|
| Constructor and Description |
|---|
XBRLEntity(DTSContainer parent,
java.lang.String scheme,
java.lang.String identifier,
XBRLSegment segment)
Creates a new Entity to be added to a context later.
|
XBRLSegment(XBRLSegment other)
Instantiates a new XBRL segment.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLSegment |
XBRLPojoGenerator.generate(XBRLSegment segment)
Generate.
|