| 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.formula.errors | |
| com.ihr.xbrl.om.table.definition |
Classes supporting definition nodes
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBRLFormulaProcessor.addVariableParameter(XBRLVariableParameter variableParameter)
Adds the variable parameter.
|
| Constructor and Description |
|---|
XFxbrlveMissingParameterValue(XBRLVariableParameter parameter)
Instantiates a new x fxbrlve missing parameter value.
|
XFxbrlveParameterNameClash(XBRLVariableParameter variableParameter)
Instantiates a new x fxbrlve parameter name clash.
|
| Modifier and Type | Method and Description |
|---|---|
XBRLVariableParameter |
XBRLTable.getParameter(net.sf.saxon.s9api.QName parameterName)
Access to a single table parameter from the parameter name.
|