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

Packages that use XBRLValidationReport
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.gui.interfaces   
com.ihr.xbrl.om Provides the classes necessary to start processing XBRL information. 
com.ihr.xbrl.om.errors Provides the classes necessary to produce and process XBRL related errors There are two error categories. 
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.formula.util   
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. 
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.adins.efm
 

Methods in com.ihr.xbrl.adins.efm that return XBRLValidationReport
 XBRLValidationReport EFMProcessor.validate()
           
 XBRLValidationReport EFMProcessor.validate(XBRLDocument xDocument)
           
 XBRLValidationReport EFMProcessor.validateAtMostOneAll(XMLElementDefinition elDef)
           
 XBRLValidationReport EFMProcessor.validateCalculationAndPresentation(XBRLItem fromItem, XBRLItem toItem)
          6.14.5 If an instance contains non-empty facts for the source and target of an effective calculation relationship, then at least one effective presentation relationship that the source and target appear in (because of 6.12.3) must be either (a) a relationship with each other or (b) two relationships with any other elements that share a single extended link role.
 XBRLValidationReport EFMProcessor.validateOneLabelPerRoleAndLang(XMLFragment f)
           
 XBRLValidationReport EFMProcessor.validatePresentationNetworks(XMLFragment elDef)
          Validates EFM rule 6.12.3 An element used in an instance must participate in at least one effective presentation relationship in the DTS of that instance.
 XBRLValidationReport EFMProcessor.validatePresentationPreferredLabels(XMLFragment elDef, java.util.HashSet<XMLFragment> processed)
          Validates EFM rule 6.12.3 An element used in an instance must participate in at least one effective presentation relationship in the DTS of that instance.
 XBRLValidationReport EFMProcessor.validateTextIsProperHTML(java.lang.String stringValue, XBRLFact fact, XBRLResource res)
           
 XBRLValidationReport EFMProcessor.validateTextIsProperHTML(XBRLFact fact)
           
 XBRLValidationReport EFMProcessor.validateTextIsProperHTML(XBRLResource res)
           
 

Uses of XBRLValidationReport in com.ihr.xbrl.formula
 

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

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 XMLDocumentURI.getValidationReport()
           
 XBRLValidationReport XBRLValidationImpl.getValidationReport()
           
 XBRLValidationReport XBRLValidation.getValidationReport()
          Access to the last stored validation report
 XBRLValidationReport DTSContainer.getValidationReport()
          Access to the internal validation report.
 XBRLValidationReport XBRLPlugInProcessor.validate()
          Validates the content of the DTS according to the rules indicated in this plug-in processor.
 XBRLValidationReport XBRLCoreProcessor.validate()
           
 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 XBRLPlugInProcessor.validate(XBRLDocument xDocument)
          Validates the document according to the rules indicated in this plug-in processor.
 XBRLValidationReport XBRLCoreProcessor.validate(XBRLDocument doc)
          Validates an instance document against all arcroles defined in the XBRL 2.1 specification
 XBRLValidationReport DTSContainer.validate(XBRLDocument doc)
          Validates a new document against this already loaded DTS.
 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.
 

Methods in com.ihr.xbrl.om with parameters of type XBRLValidationReport
 void XBRLValidationReport.merge(XBRLValidationReport other)
          Adds to this report the content of another XBRLValidationReport.
 void MultiDTSValidationHandler.processReport(XBRLInstance instance, XBRLValidationReport report)
          This function is called by the validation service.
 

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

Methods in com.ihr.xbrl.om.errors with parameters of type XBRLValidationReport
 void XBRLValidationReportToStringSerializer.serialize(XBRLValidationReport report)
           
 

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

Methods in com.ihr.xbrl.om.exLinks that return XBRLValidationReport
 XBRLValidationReport XBRLResource.getValidationReport()
           
 XBRLValidationReport XBRLRelationship.getValidationReport()
           
 XBRLValidationReport XBRLLocator.getValidationReport()
           
 XBRLValidationReport XBRLExtendedLink.getValidationReport()
           
 XBRLValidationReport XBRLResource.validate(XBRLPlugInProcessor proc)
           
 XBRLValidationReport XBRLRelationship.validate(XBRLPlugInProcessor proc)
           
 XBRLValidationReport XBRLLocator.validate(XBRLPlugInProcessor proc)
           
 XBRLValidationReport XBRLExtendedLink.validate(XBRLPlugInProcessor proc)
           
 

Methods in com.ihr.xbrl.om.exLinks with parameters of type XBRLValidationReport
 DTSBaseSet DTSBase.getIneffectualBaseSet(XBRLArcroleType arcrole, EFMProcessor proc, XBRLValidationReport rep)
          This method processes all arcs in a DTSBase and returns all ineffectual relationships in a new constructed instance of a DTSBaseSet.
 

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

Methods in com.ihr.xbrl.om.formula that return XBRLValidationReport
 XBRLValidationReport XBRLFormulaProcessor.evaluate(XBRLResource resource, XBRLInstance instance)
          Evaluates one resource and returns an XBRLValidationReport instance.
 XBRLValidationReport XBRLFormulaProcessor.getValidationReport()
          Access to the validation report that is active during formula validation.
 XBRLValidationReport XBRLFormulaProcessor.validate()
           
 XBRLValidationReport XBRLFormulaProcessor.validate(XBRLDocument doc)
           
 XBRLValidationReport XBRLFormulaProcessor.validate(XBRLInstance doc)
          This method validates an instance document (doc) against the content of the formula linkbase.
 

Methods in com.ihr.xbrl.om.formula with parameters of type XBRLValidationReport
 void XBRLFormulaProcessor.evaluateFormulaSet(java.util.Collection<XBRLFormula> formulas, XBRLValidationReport valReport, XBRLInstance doc, ExecutionTargetType targetType)
          Evaluates a collection of formulas and put the result inside the validation report passed in as parameter valReport.
 

Uses of XBRLValidationReport in com.ihr.xbrl.om.formula.util
 

Methods in com.ihr.xbrl.om.formula.util with parameters of type XBRLValidationReport
 void AssertionExecutor.setParams(EvaluableAssertion a, XBRLInstance doc, XBRLValidationReport valReport)
           
 

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

Methods in com.ihr.xbrl.om.instance that return XBRLValidationReport
 XBRLValidationReport XBRLUnit.getValidationReport()
           
 XBRLValidationReport XBRLFact.getValidationReport()
           
 XBRLValidationReport XBRLContext.getValidationReport()
           
 XBRLValidationReport XBRLPeriod.validate()
          Produces a XBRLValidationReport object for this period object.
 XBRLValidationReport XBRLUnit.validate(XBRLPlugInProcessor proc)
           
 XBRLValidationReport XBRLFact.validate(XBRLPlugInProcessor proc)
           
 XBRLValidationReport XBRLContext.validate(XBRLPlugInProcessor proc)
           
 

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

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

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

Methods in com.ihr.xbrl.om.taxonomy that return XBRLValidationReport
 XBRLValidationReport XBRLTuple.getValidationReport()
           
 XBRLValidationReport XBRLRoleAndArcroleTypes.getValidationReport()
           
 XBRLValidationReport XBRLItem.getValidationReport()
           
 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.
 XBRLValidationReport XBRLTuple.validate(XBRLPlugInProcessor proc)
           
 XBRLValidationReport XBRLRoleAndArcroleTypes.validate(XBRLPlugInProcessor proc)
           
 XBRLValidationReport XBRLItem.validate(XBRLPlugInProcessor proc)
           
 

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

Methods in com.ihr.xbrl.om.utr that return XBRLValidationReport
 XBRLValidationReport UTRProcessor.validate()
           
 XBRLValidationReport UTRProcessor.validate(XBRLDocument xDocument)
           
 XBRLValidationReport UTRProcessor.validateFact(XBRLFactNumeric xbrlFactNumeric)
           
 

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