Uses of Class
com.ihr.xbrl.om.taxonomy.XBRLItem

Packages that use XBRLItem
com.ihr.xbrl.dts Provides the classes necessary to investigate the content of a DTS. 
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.formula.aspects   
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. 
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.om.xdt.errors Provides the classes necessary to produce and process XDT related errors or errors related to the XBRL dimensions specification 1.0 This package mirrors the package in the XBRL 2.1 errors but is specific for the errors defined in the Dimensions Specification. 
com.ihr.xbrl.pojo Provides the classes necessary to access to the content of a DTS using POJO technology. 
 

Uses of XBRLItem in com.ihr.xbrl.dts
 

Methods in com.ihr.xbrl.dts that return XBRLItem
 XBRLItem XDimension.getDimensionItem()
           
 XBRLItem EDimension.getDimensionItem()
           
 XBRLItem FactUseItem.getItem()
           
 XBRLItem PDimension.getParentItem()
           
 XBRLItem HasDimensionsTableHeaderItem.getSelectedPrimaryItem()
          Access to the selected primary item the table is represented
 

Methods in com.ihr.xbrl.dts with parameters of type XBRLItem
 java.util.Collection<XBRLUnit> InstanceExplorer.getAllUnits(CompanyKey ck, XBRLItem item)
          Returns all the units in the instance document that are used by the company indicated by the CompanyKey parameter.
 XBRLUnit InstanceExplorerInterface.getSuggestedUnit(CompanyKey ck, XBRLItem itm)
           
 XBRLUnit InstanceExplorerAbstract.getSuggestedUnit(CompanyKey ck, XBRLItem itm)
          Returns a suggested unit for a numeric concept definition.
 java.util.Iterator<XBRLUnit> UnitsProvider.getSuggestedUnits(XBRLItem itm)
          Returns an iterator over units that can be used for this item.
 java.util.Iterator<XBRLUnit> InstanceExplorerAbstract.getSuggestedUnits(XBRLItem itm)
          Implementation of the UnitsProvider interface The algorithm considers other units in this report and put first the "suggested unit" for this fact item.
 void InstanceExplorerAbstract.setSuggestedUnit(XBRLItem item, CompanyKey ck, XBRLUnit unit)
           
 

Constructors in com.ihr.xbrl.dts with parameters of type XBRLItem
FactUseItem(XBRLFactsList parent, XBRLItem item, int use, int index, boolean bNegated, RowKey key)
           
 

Uses of XBRLItem in com.ihr.xbrl.om
 

Methods in com.ihr.xbrl.om that return types with arguments of type XBRLItem
 java.util.Iterator<XBRLItem> DTSContainer.getItemDeclarations()
          Iterator over all Item concepts declarations in the DTS (crosses all taxonomies)
 

Constructor parameters in com.ihr.xbrl.om with type arguments of type XBRLItem
DTSContainer.IteratorConcepts(java.util.Iterator<XBRLItem> itemsIterator, java.util.Iterator<XBRLTuple> tuplesIterator)
           
 

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

Constructors in com.ihr.xbrl.om.errors with parameters of type XBRLItem
XBRLValidationExceptionConceptAmbiguousBalance(XBRLItem item)
           
XBRLValidationExceptionConceptMissingPeriodType(XBRLItem item)
           
 

Uses of XBRLItem in com.ihr.xbrl.om.formula.aspects
 

Methods in com.ihr.xbrl.om.formula.aspects with parameters of type XBRLItem
 XBRLItem.PeriodType PeriodAspectRule.getPeriodType(XBRLItem item)
           
 XBRLItem.PeriodType PeriodAspectInterface.getPeriodType(XBRLItem item)
          Returns a constant identifying either XBRLItem.DURATION or XBRLItem.INSTANT
 XBRLItem.PeriodType DefaultAspectRule.getPeriodType(XBRLItem item)
           
 

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

Methods in com.ihr.xbrl.om.instance that return XBRLItem
 XBRLItem XBRLFactItem.getElementDefinition()
          Access to the surrounding item declaration for this item
 

Methods in com.ihr.xbrl.om.instance with parameters of type XBRLItem
static XBRLFactItem XBRLFactItem.createItemInstance(XBRLFactsList container, XBRLContext ctx, XBRLItem xf, XBRLUnit unit)
          creates an XBRLFactItem that can be either a XBRLFactNumeric or XBRLFactNonNumeric depending on the information provided in extra parameters
static XBRLFact XBRLFactItem.createItemInstance(XBRLFactsList parent, XBRLItem xf, XBRLFactItem otherFact)
           
 java.util.Iterator<XBRLFactItem> XBRLInstance.getItems(XBRLItem itemFrom)
           
 java.util.Iterator<XBRLFactItem> XBRLFactTuple.getItems(XBRLItem itemFrom)
           
 java.util.Iterator<XBRLFactItem> XBRLFactsList.getItems(XBRLItem itemFrom)
          Iterator over fact items that are instances of the XBRLItem received as a parameter.
 java.util.Iterator<XBRLFactItem> XBRLFactsContainer.getItems(XBRLItem itemFrom)
           
 java.util.Iterator<XBRLFactItem> XBRLInstance.getItemsSg(XBRLItem itemFrom)
           
 java.util.Iterator<XBRLFactItem> XBRLFactTuple.getItemsSg(XBRLItem itemFrom)
           
 java.util.Iterator<XBRLFactItem> XBRLFactsList.getItemsSg(XBRLItem itemFrom)
          Iterator over fact items that are instances of the XBRLItem received as a parameter of in the substitution group of that item
 java.util.Iterator<XBRLFactItem> XBRLFactsContainer.getItemsSg(XBRLItem itemFrom)
           
 

Constructors in com.ihr.xbrl.om.instance with parameters of type XBRLItem
XBRLFactNonNumeric(XBRLFactsList container, XBRLContext context, XBRLItem item)
          Creates a fact for non numeric valus and adds it to the container object.
XBRLFactNumeric(XBRLFactsList container, XBRLContext context, XBRLItem item, XBRLUnit unit)
          Creates a numeric fact item providing all required information and NIL value
XBRLFactNumeric(XBRLFactsList container, XBRLContext context, XBRLItem item, XBRLUnit unit, XBRLNumber value)
          Creates a numeric fact item providing all required information
XBRLFactNumeric(XBRLFactsList container, net.sf.saxon.s9api.XdmNode root, XBRLItem item)
           
 

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

Methods in com.ihr.xbrl.om.taxonomy that return types with arguments of type XBRLItem
 java.util.Collection<XBRLItem> XBRLItem.getInSubstitutionGroup()
           
 java.util.Iterator<XBRLItem> XBRLTaxonomy.getItems()
          Access to the [Items] property
 

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

Methods in com.ihr.xbrl.om.xdt that return XBRLItem
 XBRLItem XDTPrimaryItem.getItem()
          Access to the surrounding primary item.
 XBRLItem XDTHypercube.getItem()
           
 XBRLItem XDTDomainMember.getItem()
           
 XBRLItem XDTDimension.getItem()
           
 

Constructors in com.ihr.xbrl.om.xdt with parameters of type XBRLItem
XDTDimension(XBRLItem item, XDTProcessor processor)
           
XDTDomainMember(XBRLItem item)
           
XDTHypercube(XBRLItem item)
           
XDTPrimaryItem(XBRLItem item)
          Creates a new XDTPrimaryItem instantiation.
 

Uses of XBRLItem in com.ihr.xbrl.om.xdt.errors
 

Constructors in com.ihr.xbrl.om.xdt.errors with parameters of type XBRLItem
XDTDimensionError(XBRLItem item)
           
 

Uses of XBRLItem in com.ihr.xbrl.pojo
 

Methods in com.ihr.xbrl.pojo with parameters of type XBRLItem
 XBRLItem XBRLPojoGenerator.generate(XBRLItem dtsItem)
           
 



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