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

Packages that use XBRLValidationReport
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.gui.interfaces   
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.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. 
com.ihr.xbrl.store   
com.ihr.xbrl.util Provides utility classes with static methods that are used by other classes This is a common container for utilities like resolving relative URIs from two absolute URIs or formatting an XML document to a String... 
com.ihr.xbrl.validation.report   
com.ihr.xbrl.web Provides the classes necessary to initialize servlers that will transform data into XBRL This package contains a sample Config class for servlets that generates XBRL from web forms or other sources using the mapper engine 
 

Uses of XBRLValidationReport in com.ihr.xbrl.formula
 

Methods in com.ihr.xbrl.formula that return XBRLValidationReport
 XBRLValidationReport FlFormulaProcessor.validate()
           
 

Uses of XBRLValidationReport in com.ihr.xbrl.gui.interfaces
 

Methods in com.ihr.xbrl.gui.interfaces that return XBRLValidationReport
 XBRLValidationReport HasErrorsHandler.getValidationReport()
          Access to the validation report that is now represented
 

Methods in com.ihr.xbrl.gui.interfaces with parameters of type XBRLValidationReport
 void XBRLValidationReportSerializer.serialize(XBRLValidationReport xbrlValidationReport)
          Produces the output of the XBRLValidationReport in the object implementing this interface
 void DlgValidationErrorsInterface.setReport(XBRLValidationReport report)
           
 void HasErrorsHandler.showErrors(XBRLValidationReport valReport)
          The most common implementation just opens a DlgValidationErrors dialog and pass the validation report
 

Uses of XBRLValidationReport in com.ihr.xbrl.om
 

Methods in com.ihr.xbrl.om that return XBRLValidationReport
 XBRLValidationReport DTSContainer.getValidationReport()
          Access to the internal validation report.
 XBRLValidationReport XBRLPlugInProcessor.validate()
          Validates the content of the DTS according to the rules indicated this plug-in processor.
 XBRLValidationReport XBRLCoreProcessor.validate()
           
 XBRLValidationReport XMLDocumentURI.validate(XBRLCoreProcessor report)
          Perform XBRL 2.1 validation of this document.
 XBRLValidationReport XBRLCoreProcessor.validate(XBRLDocument doc)
          Validates an instance document against all arcroles defined in the XBRL 2.1 specification
 

Methods in com.ihr.xbrl.om with parameters of type XBRLValidationReport
 void XBRLValidationReport.merge(XBRLValidationReport other)
          Adds to this report the content of another XBRLVersioningReport.
 

Uses of XBRLValidationReport in com.ihr.xbrl.om.exLinks
 

Methods in com.ihr.xbrl.om.exLinks that return XBRLValidationReport
 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 XBRLValidationReport in com.ihr.xbrl.om.formula
 

Methods in com.ihr.xbrl.om.formula that return XBRLValidationReport
 XBRLValidationReport XBRLFormulaProcessor.validate()
           
 XBRLValidationReport XBRLFormulaProcessor.validate(XBRLInstance doc)
           
 

Uses of XBRLValidationReport in com.ihr.xbrl.om.instance
 

Methods in com.ihr.xbrl.om.instance that return XBRLValidationReport
 XBRLValidationReport XBRLPeriod.validate()
          Produces a XBRLValidationReport object for this period object.
 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 XBRLValidationReport in com.ihr.xbrl.om.ixbrl
 

Methods in com.ihr.xbrl.om.ixbrl that return XBRLValidationReport
 XBRLValidationReport IXBRLProcessor.validate()
           
 

Uses of XBRLValidationReport in com.ihr.xbrl.om.taxonomy
 

Methods in com.ihr.xbrl.om.taxonomy that return XBRLValidationReport
 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)
           
 XBRLValidationReport XBRLXSDTypeDefinition.validate(XBRLFactItem factItem)
          Validate the value of a fact item according to the data type defined in the schemas
 XBRLValidationReport XBRLXSDTypeDefinition.validate(XBRLFactTuple factTuple)
          Validate the content of a tuple fact according to the content model defined by this object.
 

Uses of XBRLValidationReport in com.ihr.xbrl.om.xdt
 

Methods in com.ihr.xbrl.om.xdt that return XBRLValidationReport
 XBRLValidationReport XDTProcessor.validate()
           
 XBRLValidationReport XDTProcessor.validate(XBRLDocument doc)
          Validates all facts in the instance document.
 

Uses of XBRLValidationReport in com.ihr.xbrl.store
 

Methods in com.ihr.xbrl.store with parameters of type XBRLValidationReport
 boolean HasStoreUserQuestions.continueProcessing(HasErrorsHandler errorHandler, XBRLValidationReport report)
          Ask the user if processing can continue.
 

Uses of XBRLValidationReport in com.ihr.xbrl.util
 

Methods in com.ihr.xbrl.util that return XBRLValidationReport
 XBRLValidationReport LoadDTSInThread.getValidationReport()
          Access to the validation report
 

Uses of XBRLValidationReport in com.ihr.xbrl.validation.report
 

Methods in com.ihr.xbrl.validation.report with parameters of type XBRLValidationReport
 void XBRLValidationReportToExcel.serialize(XBRLValidationReport xbrlValidationReport)
           
 

Uses of XBRLValidationReport in com.ihr.xbrl.web
 

Methods in com.ihr.xbrl.web with parameters of type XBRLValidationReport
 void ValidationHandler.processReport(XBRLInstance instance, XBRLValidationReport report, javax.servlet.http.HttpServletResponse response)
          This function is called by the validation service.
 void DefaultValidationHandler.processReport(XBRLInstance instance, XBRLValidationReport report, javax.servlet.http.HttpServletResponse response)
           
 



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