|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XBRLCoreProcessor | |
|---|---|
| com.ihr.xbrl.om | Provides the classes necessary to start processing XBRL information. |
| com.ihr.xbrl.om.exLinks | Provides the classes necessary to process, read and write XBRL Linkbases and XBRL Extended links. |
| com.ihr.xbrl.om.instance | Provides the classes necessary to process, read and write the content of XBRL Instance documents. |
| com.ihr.xbrl.om.taxonomy | Provides the classes necessary to process, write and read XBRL Taxonomy schemas and content of the XBRL Taxonomy Schemas that requires XBRL processing. |
| Uses of XBRLCoreProcessor in com.ihr.xbrl.om |
|---|
| Methods in com.ihr.xbrl.om that return XBRLCoreProcessor | |
|---|---|
static XBRLCoreProcessor |
XBRLCoreProcessor.create(DTSContainer dts)
|
| Methods in com.ihr.xbrl.om with parameters of type XBRLCoreProcessor | |
|---|---|
XBRLValidationReport |
XMLDocumentURI.validate(XBRLCoreProcessor report)
Perform XBRL 2.1 validation of this document. |
| Uses of XBRLCoreProcessor in com.ihr.xbrl.om.exLinks |
|---|
| Uses of XBRLCoreProcessor in com.ihr.xbrl.om.instance |
|---|
| Methods in com.ihr.xbrl.om.instance with parameters of type XBRLCoreProcessor | |
|---|---|
XBRLValidationReport |
XBRLUnit.validate(XBRLCoreProcessor proc)
|
XBRLValidationReport |
XBRLInstance.validate(XBRLCoreProcessor proc)
|
XBRLValidationReport |
XBRLFactTuple.validate(XBRLCoreProcessor proc)
|
XBRLValidationReport |
XBRLFactNumeric.validate(XBRLCoreProcessor proc)
|
XBRLValidationReport |
XBRLFactNonNumeric.validate(XBRLCoreProcessor proc)
|
XBRLValidationReport |
XBRLFactItem.validate(XBRLCoreProcessor proc)
|
abstract XBRLValidationReport |
XBRLFact.validate(XBRLCoreProcessor proc)
Validates the item or tuple |
XBRLValidationReport |
XBRLContext.validate(XBRLCoreProcessor proc)
Validates a context according to XBRL 2.1 rules |
| Uses of XBRLCoreProcessor in com.ihr.xbrl.om.taxonomy |
|---|
| Methods in com.ihr.xbrl.om.taxonomy with parameters of type XBRLCoreProcessor | |
|---|---|
XBRLValidationReport |
XBRLTuple.validate(XBRLCoreProcessor proc)
Validates a tuple definition according to the XBRL 2.1 spec This method returns an XBRLValidationReport object with the errors detected or with no errors if none are detected. |
XBRLValidationReport |
XBRLTaxonomy.validate(XBRLCoreProcessor proc)
|
XBRLValidationReport |
XBRLItem.validate(XBRLCoreProcessor proc)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||