| Package | Description |
|---|---|
| com.ihr.xbrl.om.table |
This package contains an object model to work with tables as defined in the XBRL Table specification
The current implementation is based on table linkbase PWD
http://www.xbrl.org/Specification/table-linkbase/PWD-2013-05-17/table-linkbase-PWD-2013-05-17.html
The XBRLTableProcessor class
|
| com.ihr.xbrl.om.table.layout |
The layout model represents the content of the table according with section 7 of the specification
|
| com.ihr.xbrl.om.table.structural |
This package contains classes related with the table structural model.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLBreakdown |
XBRLBreakdownUse.getBreakdown()
Gets the breakdown.
|
| Modifier and Type | Method and Description |
|---|---|
static XBRLBreakdownUse |
XBRLBreakdownUse.createBreakdownUse(XBRLRelationship rel,
XBRLBreakdown breakdown)
Creates the breakdown use.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLBreakdown |
Group.getBreakdown()
Gets the breakdown.
|
| Constructor and Description |
|---|
Group(XBRLBreakdown bd)
Instantiates a new group.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLBreakdown |
XBRLStructuralBreakdown.getBreakdown(int idx)
Access to one breakdown for the given index
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<XBRLBreakdown> |
XBRLStructuralBreakdown.getBreakdowns()
Access to an iterator over all breakdowns on this Structural Breakdown.
|
| Modifier and Type | Method and Description |
|---|---|
int |
XBRLStructuralBreakdown.getNodeCount(XBRLBreakdown bd)
Returns the number of nodes on this structural breakdown that
belongs to the particular XBRLBreakdown passed in as a parameter.
|
java.util.Iterator<XBRLStructuralNode> |
XBRLStructuralBreakdown.getNodes(XBRLBreakdown bd)
Returns an iterator over TableStructuralNode that belongs to
the particular XBRLBreakdown passed in as a parameter.
|