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

Packages that use XBRLArcroleType
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.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.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.pojo Provides the classes necessary to access to the content of a DTS using POJO technology. 
 

Uses of XBRLArcroleType in com.ihr.xbrl.dts
 

Methods in com.ihr.xbrl.dts that return XBRLArcroleType
 XBRLArcroleType XBRLTreeWalker.getArcrole()
           
 

Methods in com.ihr.xbrl.dts with parameters of type XBRLArcroleType
static java.lang.String XBRLRoleArcroleTypeFormatter.getArcroleTypeString(XBRLArcroleType arcrole)
          Static method to format an arc role type.
 

Uses of XBRLArcroleType in com.ihr.xbrl.om
 

Methods in com.ihr.xbrl.om that return XBRLArcroleType
 XBRLArcroleType DTSContainer.getArcroleType(java.lang.String uri)
          Access to the arcroleType object from the URI.
 XBRLArcroleType DTSContainer.getStaticArcroleTypeByURI(java.lang.String arcrole)
           
 

Methods in com.ihr.xbrl.om that return types with arguments of type XBRLArcroleType
 java.util.Iterator<XBRLArcroleType> DTSContainer.getArcroleTypes()
          Access to an iterator over defined XBRL Arcrole Types defined on all taxonomies in the loaded DTS.
 

Methods in com.ihr.xbrl.om with parameters of type XBRLArcroleType
 void DTSContainer.addArcroleType(XBRLArcroleType arcrole)
          Register a new arcroleType declaration.
 void DTSContainer.delArcroleType(XBRLArcroleType arcrole)
          Unregister a loaded arcroleType declaration.
 java.util.Iterator<XBRLRelationship> XMLFragment.getFromRelationships(XBRLArcroleType arcrole)
          Obtains an iterator over all relationships where this fragment is the source of the relationship and the arcrole corresponds to the parameter indicated.
 java.util.Iterator<XBRLRelationship> XMLFragment.getFromRelationships(XBRLArcroleType arcrole, DTSBase base)
          Returns the relationship objects that contains this element in the source of the relationship using a filter on the arcrole value
 java.util.Iterator<XBRLRelationship> XMLFragment.getToRelationships(XBRLArcroleType arcrole)
          Obtains an iterator over all relationships where this fragment is the target of the relationship and the arcrole corresponds to the parameter indicated.
 java.util.Iterator<XBRLRelationship> XMLFragment.getToRelationships(XBRLArcroleType arcrole, DTSBase base)
          Returns the relationship objects that contains this element in the target of the relationship or null if there is none
 

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

Constructors in com.ihr.xbrl.om.errors with parameters of type XBRLArcroleType
XBRLValidationExceptionMultipleArcroleTypeDefinitions(XBRLArcroleType art1, XBRLArcroleType art2)
           
 

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

Methods in com.ihr.xbrl.om.exLinks that return XBRLArcroleType
 XBRLArcroleType XBRLRelationship.getArcroleType()
          Access to the [Arcrole] property.
 XBRLArcroleType XBRLArcroleRef.getArcroleType()
           
 

Methods in com.ihr.xbrl.om.exLinks that return types with arguments of type XBRLArcroleType
 java.util.Iterator<XBRLArcroleType> XBRLExtendedLink.getArcroles()
          Access to all used arcroles.
 java.util.Iterator<XBRLArcroleType> DTSBase.getArcroles(XBRLExtendedLink filter)
          An iterator over arcroles in one extended link
 java.util.Iterator<XBRLArcroleType> DTSBase.getBaseSetArcroles()
          An iterator over arcroles in all base sets inside this DTSBase
 

Methods in com.ihr.xbrl.om.exLinks with parameters of type XBRLArcroleType
 DTSBaseSet DTSBase.getBaseSet(XBRLArcroleType arcrole)
          Returns the DTSBaseSet object for this arcrole Type The DTSBaseSet is a HashSet of XBRLRelationshpis
 java.util.Iterator<XBRLRelationship> DTSBase.getBaseSetRelationshipsIterator(XBRLArcroleType arcrole)
          Returns an iterator over the relationships in the base set.
 java.util.Iterator<XBRLRelationship> XBRLRelationshipPoint.getFromRelationships(XBRLArcroleType arcrole, DTSBase base)
           
 java.util.Iterator<XBRLRelationship> XBRLRelationshipPoint.getToRelationships(XBRLArcroleType arcrole, DTSBase base)
           
 void XBRLRelationship.setArcroleType(XBRLArcroleType arcrole)
          Sets the value of the [Arcrole] property of this relationship
 

Constructors in com.ihr.xbrl.om.exLinks with parameters of type XBRLArcroleType
XBRLArc(XBRLExtendedLink parent, net.sf.saxon.s9api.XdmNode node, XBRLArcroleType arcroleType)
          Creates a new XBRLArc with a surrounding node
XBRLArcroleRef(DTSContainer dts, XBRLArcroleType arcrole)
           
XBRLRelationship(XBRLExtendedLink parent, DTSContainer dts, XBRLArcroleType arcroleType, XMLFragment from, XMLFragment to, net.sf.saxon.s9api.XdmNode document, XBRLAttribute[] attributes)
          Creates a new relationship object from a XdmNode in a file parent linkbaseType - QName returned by the baseArc.getLinkbaseType()
XBRLRelationship(XBRLExtendedLink parent, javax.xml.namespace.QName type, XMLFragment from, XMLFragment to, XBRLArcroleType arcroleType, XBRLAttribute[] attributes, boolean bValidate)
          Creates a new relationship object programatically.
 

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

Methods in com.ihr.xbrl.om.formula that return XBRLArcroleType
 XBRLArcroleType XBRLFormulaProcessor.getAssertionSatisfiedMessageArcroleType()
           
 XBRLArcroleType XBRLFormulaProcessor.getAssertionUnsatisfiedMessageArcroleType()
           
 XBRLArcroleType XBRLFormulaProcessor.getBooleanFilterArcroleType()
           
 XBRLArcroleType XBRLFormulaProcessor.getConsistencyAssertionFormulaArcroleType()
           
 XBRLArcroleType XBRLFormulaProcessor.getConsistencyAssertionParameterArcroleType()
           
 XBRLArcroleType XBRLFormulaProcessor.getEqualityDefinitionArcroleType()
           
 XBRLArcroleType XBRLFormulaProcessor.getVariableFilterArcroleType()
           
 XBRLArcroleType XBRLFormulaProcessor.getVariableSetArcroleType()
           
 XBRLArcroleType XBRLFormulaProcessor.getVariableSetFilterArcroleType()
           
 XBRLArcroleType XBRLFormulaProcessor.getVariableSetPreconditionArcroleType()
           
 

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

Fields in com.ihr.xbrl.om.taxonomy declared as XBRLArcroleType
static XBRLArcroleType XBRLArcroleType.STANDARD_CONCEPT_LABEL
           
static XBRLArcroleType XBRLArcroleType.STANDARD_CONCEPT_REFERENCE
           
static XBRLArcroleType XBRLArcroleType.STANDARD_ESSENCE_ALIAS
           
static XBRLArcroleType XBRLArcroleType.STANDARD_FACT_FOOTNOTE
          Static arcroles
static XBRLArcroleType XBRLArcroleType.STANDARD_GENERAL_SPECIAL
           
static XBRLArcroleType XBRLArcroleType.STANDARD_PARENT_CHILD
           
static XBRLArcroleType XBRLArcroleType.STANDARD_REQUIRES_ELEMENT
           
static XBRLArcroleType XBRLArcroleType.STANDARD_SIMILAR_TUPLES
           
static XBRLArcroleType XBRLArcroleType.STANDARD_SUMMATION_ITEM
           
 

Methods in com.ihr.xbrl.om.taxonomy that return XBRLArcroleType
 XBRLArcroleType XBRLTaxonomy.getArcroleTypeByURI(java.lang.String uri)
          Access to an arcrole type definition for a given URI if that arcrole type exists on this taxonomy. returns null if there is no such arcrole type for the given URI.
 

Methods in com.ihr.xbrl.om.taxonomy that return types with arguments of type XBRLArcroleType
 java.util.Iterator<XBRLArcroleType> XBRLTaxonomy.getArcroleTypes()
          Returns an iterator over all arcrole types defined in this taxonomy.
 

Methods in com.ihr.xbrl.om.taxonomy with parameters of type XBRLArcroleType
 void XBRLTaxonomy.addArcroleType(XBRLArcroleType arcrole)
          Adds a new arcrole type to the set of arcrole types defined in this taxonomy.
 void XBRLTaxonomy.removeArcroleType(XBRLArcroleType arcrole)
          Removes an arcrole type from the set of arcrole types defined in this taxonomy.
 

Constructors in com.ihr.xbrl.om.taxonomy with parameters of type XBRLArcroleType
XBRLArcroleType(DTSContainer newDTS, XBRLArcroleType other)
           
XBRLArcroleType(XBRLArcroleType other)
           
 

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

Methods in com.ihr.xbrl.om.xdt that return XBRLArcroleType
 XBRLArcroleType XDTProcessor.getArcroleTypeAll()
           
 XBRLArcroleType XDTProcessor.getArcroleTypeDimensionDefault()
           
 XBRLArcroleType XDTProcessor.getArcroleTypeDimensionDomain()
           
 XBRLArcroleType XDTProcessor.getArcroleTypeDomainMember()
           
 XBRLArcroleType XDTProcessor.getArcroleTypeHypercubeDimension()
           
 XBRLArcroleType XDTProcessor.getArcroleTypeNotAll()
           
 

Uses of XBRLArcroleType in com.ihr.xbrl.pojo
 

Methods in com.ihr.xbrl.pojo that return XBRLArcroleType
 XBRLArcroleType XBRLRSGenerator.generate(XBRLArcroleType arcrole, java.lang.String key)
           
 

Methods in com.ihr.xbrl.pojo with parameters of type XBRLArcroleType
 XBRLArcroleType XBRLPojoGenerator.generate(XBRLArcroleType dtsArcroleType)
           
 



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