| 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.structural |
This package contains classes related with the table structural model.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<XBRLTable> |
XBRLTableProcessor.getTables()
Gets the tables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLTableProcessor.addTable(XBRLTable table)
Adds the table.
|
void |
XBRLTableProcessor.removeTable(XBRLTable table)
Removes the table.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLTable |
XBRLStructuralBreakdown.getTable()
Access to the XBRLTable resource that is the origin on this XBRLStructuralBreakdown.
|
| Constructor and Description |
|---|
XBRLStructuralBreakdown(Axis axis,
XBRLTable table)
Creates a structural model table for the indicated axis and table in the definition model.
|
XBRLStructuralTable(XBRLTable xbrlTable)
This constructor explores the XBRLTable definition and creates a the structural model
with no parameters.
|