| Package | Description |
|---|---|
| com.ihr.xbrl.om.table.definition |
Classes supporting definition nodes
|
| 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 |
|---|---|
DimensionAndMemberQNamesPair |
ExplicitDimensionAspectNode.getMember(XBRLStructuralTable table,
CellHeader[] header) |
DimensionAndMemberQNamesPair |
DimensionExplicitRule.getMember(XBRLStructuralTable table,
CellHeader[] header) |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashSet<XBRLFactItem> |
FactsListClassifier.searchDimensionsANDAlt(java.util.Collection<DimensionAndMemberQNamesPair> input)
Search classified facts for all facts that contains all dimensions indicated in the input.
|
java.util.HashSet<XBRLFactItem> |
FactsListClassifier.searchDimensionsOR(java.util.Collection<DimensionAndMemberQNamesPair> input)
Search classified facts for all facts that contains at least one of the dimension and member pairs indicated in the input.
|
java.util.HashSet<XBRLFactItem> |
FactsListClassifier.searchExplicitDimensionsAND(java.util.Collection<DimensionAndMemberQNamesPair> input)
Search classified facts for all facts that contains all dimensions indicated in the input.
|
| Modifier and Type | Method and Description |
|---|---|
DimensionAndMemberQNamesPair |
XBRLDimensionClosedRelationshipStructuralNode.getMember(XBRLStructuralTable table,
CellHeader[] header) |
DimensionAndMemberQNamesPair |
DimensionDefaultRule.getMember(XBRLStructuralTable table,
CellHeader[] header) |