| Package | Description |
|---|---|
| com.ihr.xbrl.om.xdt |
Provides the classes necessary to implement a plug in XBRL processor for validation of
dimensional instance documents according to the XBRL Dimensions specification 1.0
This package contains two hierarchies of classes.
|
| Modifier and Type | Method and Description |
|---|---|
XDTValidationDimension |
XDTValidationDimensions.addDimension(javax.xml.namespace.QName qName)
Adds the dimension.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XDTDimensionUse.validate(XMLFragment info,
java.lang.StringBuffer dimensionValidation,
XDTValidationDimension valDimension,
java.lang.String contextId)
This method validates the content of a dimension against the domain of members for the dimension.
|