Uses of Class
com.ihr.xbrl.om.XBRLCoreProcessor

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
 

Methods in com.ihr.xbrl.om.exLinks with parameters of type XBRLCoreProcessor
 XBRLValidationReport XBRLRelationship.validate(XBRLCoreProcessor proc)
          Performs XLink valiadtion at the arcs level
 XBRLValidationReport XBRLLinkbase.validate(XBRLCoreProcessor proc)
           
 XBRLValidationReport XBRLExtendedLink.validate(XBRLCoreProcessor proc)
          Performs XLink valiadtion at the arcs level
 XBRLValidationReport ReferenceLinkbase.validate(XBRLCoreProcessor proc)
          Requires reading all arcs
 XBRLValidationReport PresentationLinkbase.validate(XBRLCoreProcessor proc)
           
 XBRLValidationReport OtherLinkbase.validate(XBRLCoreProcessor proc)
           
 XBRLValidationReport LabelLinkbase.validate(XBRLCoreProcessor proc)
          Requires reading all label resources and validate them individually
 XBRLValidationReport GenericLinkbase.validate(XBRLCoreProcessor proc)
           
 XBRLValidationReport FormulaLinkbase.validate(XBRLCoreProcessor proc)
           
 XBRLValidationReport FootnoteLinkbase.validate(XBRLCoreProcessor proc)
           
 XBRLValidationReport DefinitionLinkbase.validate(XBRLCoreProcessor proc)
           
 XBRLValidationReport CalculationLinkbase.validate(XBRLCoreProcessor proc)
           
 

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)
           
 



Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa