| Package | Description |
|---|---|
| com.ihr.xbrl.om |
Provides the classes necessary to start processing XBRL information.
|
| com.rs.xbrl |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiDTSValidationService.init(java.net.URI absURI,
java.net.URI baseURI)
Initializes the service using the configuracion file received in the absURI parameter.
|
XBRLValidationReport |
DTSContainer.validate()
Executes all registered validators indicated in the PROCESSORS_SEQUENCE property of this DTS and
returns the XBRLValidationReport instance with the validation result.
|
XBRLValidationReport |
DTSContainer.validate(XBRLDocument doc)
Validates a new document against this already loaded DTS.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TaxonomyBuilder.registerInstructionsFactory(java.lang.String clazz)
Instantiates and registers a new factory class for instructions.
|