| Package | Description |
|---|---|
| com.ihr.xbrl.om.table.structural |
This package contains classes related with the table structural model.
|
| Modifier and Type | Method and Description |
|---|---|
TableStructuralNode |
XBRLStructuralBreakdown.getNodeAt(int index) |
TableStructuralNode |
TableStructuralNode.getNodeAt(int index) |
TableStructuralNode |
StructuralNodeInterface.getNodeAt(int index)
Access a specific TableStructuralNode by index.
|
TableStructuralNode |
XBRLStructuralBreakdown.getParent() |
TableStructuralNode |
TableStructuralNode.getParent() |
TableStructuralNode |
StructuralNodeInterface.getParent()
Access to the parent node of this StructuralNodeInterface.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<TableStructuralNode> |
XBRLStructuralBreakdown.getNodes() |
java.util.Iterator<TableStructuralNode> |
TableStructuralNode.getNodes() |
java.util.Iterator<TableStructuralNode> |
StructuralNodeInterface.getNodes()
Allows to iterate all nodes in the right representation order.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TableStructuralNode.addChild(TableStructuralNode child)
Append a new children to this tree node.
|
| Constructor and Description |
|---|
TableStructuralNode(XBRLDefinitionNodeUse base,
TableStructuralNode parent)
Creates an instance of a TableStructuralNode and collects all aspects indicated
in the definition node indicated in the base parameter.
|