Uses of Class
com.ihr.xbrl.om.exLinks.XBRLResource

Packages that use XBRLResource
com.ihr.xbrl.adins.efm   
com.ihr.xbrl.adins.efm.errors   
com.ihr.xbrl.comparator Provides the classes necessary to compare two DTSs and obtain the differences according to the XVS specification. 
com.ihr.xbrl.dts Provides the classes necessary to investigate the content of a DTS. 
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.assertions   
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.errors   
com.ihr.xbrl.om.formula.filters   
com.ihr.xbrl.pojo Provides the classes necessary to access to the content of a DTS using POJO technology. 
 

Uses of XBRLResource in com.ihr.xbrl.adins.efm
 

Methods in com.ihr.xbrl.adins.efm with parameters of type XBRLResource
 XBRLValidationReport EFMProcessor.validateTextIsProperHTML(java.lang.String stringValue, XBRLFact fact, XBRLResource res)
           
 XBRLValidationReport EFMProcessor.validateTextIsProperHTML(XBRLResource res)
           
 

Uses of XBRLResource in com.ihr.xbrl.adins.efm.errors
 

Constructors in com.ihr.xbrl.adins.efm.errors with parameters of type XBRLResource
EFMAttemptToModifyStandardLabel(XBRLResource label, XMLFragment from)
           
EFMCompanyExtensionElementHasReference(XMLFragment from, XBRLResource res)
           
EFMFootnoteResourceNotConnected(XBRLResource footNote)
           
EFMInvalidHTMLInTextBlock(XBRLResource res)
           
EFMInvalidRoleOnFootnote(XBRLResource footNote)
           
EFMInvalidSequenceOfCharacters(XBRLResource label, int i, java.lang.String string)
           
EFMInvalidWhiteSpaceCharacter(XBRLResource label, int i)
           
EFMRoleTypeCannotBeUsedOnResource(XBRLRoleType roleType, XBRLResource xbrlResource)
           
EFMRoleTypeMissing(XBRLResource xbrlResource)
           
 

Uses of XBRLResource in com.ihr.xbrl.comparator
 

Methods in com.ihr.xbrl.comparator that return types with arguments of type XBRLResource
 ComparatorMapping<XBRLResource> DTSComparator.getResourceMapper()
           
 ComparatorMapping<XBRLResource> DTSComparator.guessResourceMapTable(OrderedFragmentsList items1, OrderedFragmentsList items2)
          Builds up a new resourceMap table based on the probability of resources to match because of the resources properties
 

Method parameters in com.ihr.xbrl.comparator with type arguments of type XBRLResource
 void DTSComparator.setResourceMapper(ComparatorMapping<XBRLResource> newMap)
           
 

Constructor parameters in com.ihr.xbrl.comparator with type arguments of type XBRLResource
DTSComparator(DTSContainer dts1, DTSContainer dts2, ComparatorMapping<java.lang.String> namespaceMap, ComparatorMapping<XMLElementDefinition> conceptMap, ComparatorMapping<java.lang.String> roleMap, ComparatorMapping<XBRLResource> resourceMap)
          A DTS Comparator investigates the differences between two DTSs
 

Uses of XBRLResource in com.ihr.xbrl.dts
 

Methods in com.ihr.xbrl.dts that return XBRLResource
 XBRLResource Note.getRes()
           
 

Methods in com.ihr.xbrl.dts with parameters of type XBRLResource
 java.lang.String LabelsProviderBasic.getLabel(XBRLResource res)
           
 java.lang.String LabelsProvider.getLabel(XBRLResource res)
          Returns a suitable label for the resource The language is obtained by asking the application for the preferred language.
 

Uses of XBRLResource in com.ihr.xbrl.formula
 

Subclasses of XBRLResource in com.ihr.xbrl.formula
 class FlMessage
           
 

Constructors in com.ihr.xbrl.formula with parameters of type XBRLResource
FlBindAll(XBRLResource bindingMethodRes, FlFormulaProcessor fp)
           
FlBindDim(XBRLResource bindingMethodRes, FlFormulaProcessor fp)
           
FlMessage(XBRLResource res)
           
 

Uses of XBRLResource in com.ihr.xbrl.om
 

Methods in com.ihr.xbrl.om that return XBRLResource
 XBRLResource DTSContainer.cacheResource(XBRLExtendedLink parent, net.sf.saxon.s9api.XdmNode ni, java.lang.Class<? extends XBRLResource> name)
          Obtains a resource from the cache or creates a new resource corresponding to the node supplied as a parameter and stores it in the cache for further reference.
 XBRLResource DTSContainer.getResource(java.net.URI xpointerIdentifier)
          Resolves an XBRLResource from its XPointer identifier.
 XBRLResource DTSContainer.getResource(XBRLResource res)
          Locates a resource in the DTS that is identical to the resource received as a parameter.
 

Methods in com.ihr.xbrl.om that return types with arguments of type XBRLResource
 java.util.Iterator<XBRLResource> DTSContainer.getResources()
          Make sure the DTS has beed validated or the list of resources may not be complete.
 

Methods in com.ihr.xbrl.om with parameters of type XBRLResource
 void DTSContainer.addResource(XBRLResource resource)
          The XBRLResouce initializer calls this method to store a new resource in the DTSContainer cache.
 void DTSContainer.delResource(XBRLResource resource)
           
 XBRLResource DTSContainer.getResource(XBRLResource res)
          Locates a resource in the DTS that is identical to the resource received as a parameter.
 

Method parameters in com.ihr.xbrl.om with type arguments of type XBRLResource
 XBRLResource DTSContainer.cacheResource(XBRLExtendedLink parent, net.sf.saxon.s9api.XdmNode ni, java.lang.Class<? extends XBRLResource> name)
          Obtains a resource from the cache or creates a new resource corresponding to the node supplied as a parameter and stores it in the cache for further reference.
 

Uses of XBRLResource in com.ihr.xbrl.om.assertions
 

Subclasses of XBRLResource in com.ihr.xbrl.om.assertions
 class XBRLAssertion
           
 class XBRLConsistencyAssertion
           
 class XBRLExistenceAssertion
           
 class XBRLValueAssertion
           
 

Methods in com.ihr.xbrl.om.assertions with parameters of type XBRLResource
static java.lang.String XBRLAssertion.getAssertionID(XBRLResource resource)
          Returns a text identifying the assertion from the linkbase syntax. this is either the value of the id attribute or the value of the xlink:label on the resource
 

Constructors in com.ihr.xbrl.om.assertions with parameters of type XBRLResource
XBRLAssertion(XBRLFormulaProcessor proc, XBRLResource other)
          Assertions are normally created by copying another existing resource
XBRLConsistencyAssertion(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLExistenceAssertion(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLValueAssertion(XBRLFormulaProcessor proc, XBRLResource other)
           
 

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

Constructors in com.ihr.xbrl.om.errors with parameters of type XBRLResource
XBRLValidationExceptionLabelInvalidResource(java.lang.String documentURI, XBRLResource res)
           
XBRLValidationExceptionRoleRefTargetIsNotSchema(XBRLResource resource, java.lang.String roleURI, java.lang.String href)
           
 

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

Subclasses of XBRLResource in com.ihr.xbrl.om.exLinks
 class XBRLLabelResource
          Label resources are the object model representation of the link:label elements in label Linkbases
 

Fields in com.ihr.xbrl.om.exLinks declared as XBRLResource
static XBRLResource XBRLResource.nullResource
           
 

Methods in com.ihr.xbrl.om.exLinks that return types with arguments of type XBRLResource
 java.util.Iterator<XBRLResource> XBRLExtendedLink.getResources()
          Return an iterator over all resources that exist on this extended link.
 java.util.Iterator<XBRLResource> DTSBase.getVectorResources(java.lang.String extraXPath)
           
 

Methods in com.ihr.xbrl.om.exLinks with parameters of type XBRLResource
 void XBRLExtendedLink.addResource(XBRLResource resource)
          This method adds a XBRLResource to the Extended Link container.
 void XBRLExtendedLink.removeResource(XBRLResource resource)
           
 

Constructors in com.ihr.xbrl.om.exLinks with parameters of type XBRLResource
XBRLLabelResource(XBRLResource other)
          Labels are normally created by copying another existing resource
XBRLResource(XBRLResource other)
          Constructor of a resource based on another resource that is already in the resource cache of the container.
 

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

Subclasses of XBRLResource in com.ihr.xbrl.om.formula
 class XBRLCustomFunction
           
 class XBRLFormula
           
 class XBRLFormulaResource
           
 class XBRLVariableEqualityDefinition
           
 class XBRLVariableFact
           
 class XBRLVariableGeneral
           
 class XBRLVariableParameter
           
 class XBRLVariablePrecondition
           
 class XBRLVariableResource
           
 class XBRLVariableSetResource
           
 

Methods in com.ihr.xbrl.om.formula with parameters of type XBRLResource
static void XBRLFormulaProcessor.declareNamespaces(XBRLResource resource, net.sf.saxon.s9api.XPathCompiler compiler)
          Helper method to declare all namespaces in the resource indicated as a parameter in the XPath compiler received as a parameter
 XBRLValidationReport XBRLFormulaProcessor.evaluate(XBRLResource resource, XBRLInstance instance)
          Evaluates one resource and returns an XBRLValidationReport instance.
 

Constructors in com.ihr.xbrl.om.formula with parameters of type XBRLResource
XBRLCustomFunction(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLFormula(XBRLFormulaProcessor proc, XBRLResource other)
          Formulas are normally created by copying another existing resource
XBRLFormulaResource(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLVariableEqualityDefinition(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLVariableFact(XBRLFormulaProcessor formulaProcessor, XBRLResource res)
           
XBRLVariableGeneral(XBRLFormulaProcessor formulaProcessor, XBRLResource res)
           
XBRLVariableParameter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLVariablePrecondition(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLVariableResource(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLVariableSetResource(XBRLFormulaProcessor proc, XBRLResource other)
           
 

Uses of XBRLResource in com.ihr.xbrl.om.formula.errors
 

Subclasses of XBRLResource in com.ihr.xbrl.om.formula.errors
 class XBRLResultMessage
           
 

Constructors in com.ihr.xbrl.om.formula.errors with parameters of type XBRLResource
XBRLResultMessage(XBRLFormulaProcessor processor, XBRLResource fragment)
           
 

Uses of XBRLResource in com.ihr.xbrl.om.formula.filters
 

Subclasses of XBRLResource in com.ihr.xbrl.om.formula.filters
 class XBRLAncestorFilter
           
 class XBRLAndFilter
           
 class XBRLConceptBalanceFilter
           
 class XBRLConceptCustomAttributeFilter
           
 class XBRLConceptDataTypeFilter
           
 class XBRLConceptFilterAbstract
           
 class XBRLConceptNameFilter
           
 class XBRLConceptPeriodTypeFilter
           
 class XBRLConceptSubstitutionGroupFilter
           
 class XBRLDimensionFilterAbstract
           
 class XBRLExplicitDimensionFilter
           
 class XBRLGeneralFilter
           
 class XBRLGeneralMeasuresFilter
           
 class XBRLIdentifierFilter
           
 class XBRLLocationFilter
           
 class XBRLMatchAbstractFilter
           
 class XBRLMatchConceptFilter
           
 class XBRLMatchDimensionFilter
           
 class XBRLMatchEntityIdentifierFilter
           
 class XBRLMatchLocationFilter
           
 class XBRLMatchNonXDTScenarioFilter
           
 class XBRLMatchNonXDTSegmentFilter
           
 class XBRLMatchPeriodFilter
           
 class XBRLMatchScenarioFilter
           
 class XBRLMatchSegmentFilter
           
 class XBRLMatchUnitFilter
           
 class XBRLOrFilter
           
 class XBRLParentFilter
           
 class XBRLPeriodEndFilter
           
 class XBRLPeriodFilter
           
 class XBRLPeriodFilterAbstract
           
 class XBRLPeriodForeverFilter
           
 class XBRLPeriodInstantDurationFilter
           
 class XBRLPeriodInstantFilter
           
 class XBRLPeriodStartFilter
           
 class XBRLRegExpIdentifierFilter
           
 class XBRLRegExpSchemeFilter
           
 class XBRLRelativeFilter
           
 class XBRLScenarioFilter
           
 class XBRLSegmentFilter
           
 class XBRLSiblingFilter
           
 class XBRLSingleMeasureFilter
           
 class XBRLSpecificIdentifierFilter
           
 class XBRLSpecificSchemeFilter
           
 class XBRLTypedDimensionFilter
           
 class XBRLValueNilFilter
           
 class XBRLValuePrecisionFilter
           
 

Constructors in com.ihr.xbrl.om.formula.filters with parameters of type XBRLResource
XBRLAncestorFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLAndFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLConceptBalanceFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLConceptCustomAttributeFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLConceptDataTypeFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLConceptFilterAbstract(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLConceptNameFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLConceptPeriodTypeFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLConceptSubstitutionGroupFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLDimensionFilterAbstract(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLExplicitDimensionFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLGeneralFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLGeneralMeasuresFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLIdentifierFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLLocationFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLMatchAbstractFilter(XBRLFormulaProcessor proc, XBRLResource other, java.lang.String expression)
           
XBRLMatchConceptFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLMatchDimensionFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLMatchEntityIdentifierFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLMatchLocationFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLMatchNonXDTScenarioFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLMatchNonXDTSegmentFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLMatchPeriodFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLMatchScenarioFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLMatchSegmentFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLMatchUnitFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLOrFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLParentFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLPeriodEndFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLPeriodFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLPeriodFilterAbstract(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLPeriodForeverFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLPeriodInstantDurationFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLPeriodInstantFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLPeriodStartFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLRegExpIdentifierFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLRegExpSchemeFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLRelativeFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLScenarioFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLSegmentFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLSiblingFilter(XBRLFormulaProcessor proc, XBRLResource res)
           
XBRLSingleMeasureFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLSpecificIdentifierFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLSpecificSchemeFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLTypedDimensionFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLValueNilFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
XBRLValuePrecisionFilter(XBRLFormulaProcessor proc, XBRLResource other)
           
 

Uses of XBRLResource in com.ihr.xbrl.pojo
 

Methods in com.ihr.xbrl.pojo that return XBRLResource
 XBRLResource XBRLRSGenerator.generate(XBRLResource res)
           
 

Methods in com.ihr.xbrl.pojo with parameters of type XBRLResource
 XBRLResource XBRLPojoGenerator.generate(XBRLResource dtsRes)
           
 



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