|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XBRLPlugInProcessor | |
|---|---|
| com.ihr.xbrl.adins.efm | |
| com.ihr.xbrl.formula | Provides the classes to implement a plug in processor for XBRL information and execute XQuery formulas defined in XBRL Linkbases The content of this package is the processor and the required classes to compile and execute formulas written in the XQuery language from the W3C. |
| 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.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.instance | Provides the classes necessary to process, read and write the content of XBRL Instance documents. |
| com.ihr.xbrl.om.ixbrl | |
| 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. |
| com.ihr.xbrl.om.utr | Provides classes for handling the Units Registry from XBRL International The Units Registry provides extra validation of elements based on the element data type and the unit assigned by XBRL International in the Units Registry. |
| 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. |
| Uses of XBRLPlugInProcessor in com.ihr.xbrl.adins.efm |
|---|
| Classes in com.ihr.xbrl.adins.efm that implement XBRLPlugInProcessor | |
|---|---|
class |
EFMProcessor
|
| Methods in com.ihr.xbrl.adins.efm that return XBRLPlugInProcessor | |
|---|---|
XBRLPlugInProcessor |
EFMProcessorFactory.create()
|
| Uses of XBRLPlugInProcessor in com.ihr.xbrl.formula |
|---|
| Classes in com.ihr.xbrl.formula that implement XBRLPlugInProcessor | |
|---|---|
class |
FlFormulaProcessor
|
| Uses of XBRLPlugInProcessor in com.ihr.xbrl.om |
|---|
| Classes in com.ihr.xbrl.om that implement XBRLPlugInProcessor | |
|---|---|
class |
XBRLCoreProcessor
This class is a XBRLPlugInProcessor for doing XBRL 2.1 validation of the DTS. |
| Methods in com.ihr.xbrl.om that return XBRLPlugInProcessor | |
|---|---|
XBRLPlugInProcessor |
XBRLProcessorFactory.create()
Creates a new instance of the processor or gets the registered instance from the DTSContainer |
XBRLPlugInProcessor |
XBRLCoreProcessorFactory.create()
|
XBRLPlugInProcessor |
DTSContainer.getProcessor(java.lang.String processorname)
Returns a registered plug-in processor based on the processor name. |
| Methods in com.ihr.xbrl.om that return types with arguments of type XBRLPlugInProcessor | |
|---|---|
java.util.Iterator<XBRLPlugInProcessor> |
DTSContainer.getProcessors()
Access to all registered plug-in processors |
| Methods in com.ihr.xbrl.om with parameters of type XBRLPlugInProcessor | |
|---|---|
void |
DTSContainer.registerProcessor(java.lang.String processorname,
XBRLPlugInProcessor processor)
Called by the processor to self register. |
static void |
DTSContainerPropertiesHelper.registerProcessor(XBRLPlugInProcessor processor,
java.lang.String processorDescriptionOnGui,
java.lang.String processorToolTip,
java.lang.String[] requiredProcessors)
Registers a new processor on this helper. |
XBRLValidationReport |
XMLDocumentURI.validate(XBRLPlugInProcessor proc)
|
XBRLValidationReport |
XBRLValidationImpl.validate(XBRLPlugInProcessor proc)
|
XBRLValidationReport |
XBRLValidation.validate(XBRLPlugInProcessor proc)
Executes validation on the instance object and returns a validation report. |
| Uses of XBRLPlugInProcessor in com.ihr.xbrl.om.exLinks |
|---|
| Methods in com.ihr.xbrl.om.exLinks with parameters of type XBRLPlugInProcessor | |
|---|---|
XBRLValidationReport |
XBRLResource.validate(XBRLPlugInProcessor proc)
|
XBRLValidationReport |
XBRLRelationship.validate(XBRLPlugInProcessor proc)
|
XBRLValidationReport |
XBRLLocator.validate(XBRLPlugInProcessor proc)
|
XBRLValidationReport |
XBRLExtendedLink.validate(XBRLPlugInProcessor proc)
|
| Uses of XBRLPlugInProcessor in com.ihr.xbrl.om.formula |
|---|
| Classes in com.ihr.xbrl.om.formula that implement XBRLPlugInProcessor | |
|---|---|
class |
XBRLFormulaProcessor
|
| Methods in com.ihr.xbrl.om.formula that return XBRLPlugInProcessor | |
|---|---|
XBRLPlugInProcessor |
XBRLFormulaProcessorFactory.create()
|
| Uses of XBRLPlugInProcessor in com.ihr.xbrl.om.instance |
|---|
| Methods in com.ihr.xbrl.om.instance with parameters of type XBRLPlugInProcessor | |
|---|---|
XBRLValidationReport |
XBRLUnit.validate(XBRLPlugInProcessor proc)
|
XBRLValidationReport |
XBRLFact.validate(XBRLPlugInProcessor proc)
|
XBRLValidationReport |
XBRLContext.validate(XBRLPlugInProcessor proc)
|
| Uses of XBRLPlugInProcessor in com.ihr.xbrl.om.ixbrl |
|---|
| Classes in com.ihr.xbrl.om.ixbrl that implement XBRLPlugInProcessor | |
|---|---|
class |
IXBRLProcessor
|
| Uses of XBRLPlugInProcessor in com.ihr.xbrl.om.taxonomy |
|---|
| Methods in com.ihr.xbrl.om.taxonomy with parameters of type XBRLPlugInProcessor | |
|---|---|
XBRLValidationReport |
XBRLTuple.validate(XBRLPlugInProcessor proc)
|
XBRLValidationReport |
XBRLRoleAndArcroleTypes.validate(XBRLPlugInProcessor proc)
|
XBRLValidationReport |
XBRLItem.validate(XBRLPlugInProcessor proc)
|
| Uses of XBRLPlugInProcessor in com.ihr.xbrl.om.utr |
|---|
| Classes in com.ihr.xbrl.om.utr that implement XBRLPlugInProcessor | |
|---|---|
class |
UTRProcessor
|
| Methods in com.ihr.xbrl.om.utr that return XBRLPlugInProcessor | |
|---|---|
XBRLPlugInProcessor |
UTRProcessorFactory.create()
|
static XBRLPlugInProcessor |
UTRProcessor.create(DTSContainer dts)
|
| Uses of XBRLPlugInProcessor in com.ihr.xbrl.om.xdt |
|---|
| Classes in com.ihr.xbrl.om.xdt that implement XBRLPlugInProcessor | |
|---|---|
class |
XDTProcessor
|
| Methods in com.ihr.xbrl.om.xdt that return XBRLPlugInProcessor | |
|---|---|
XBRLPlugInProcessor |
XDTProcessorFactory.create()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||