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

Packages that use XBRLXSDTypeDefinition
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.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. 
 

Uses of XBRLXSDTypeDefinition in com.ihr.xbrl.om
 

Methods in com.ihr.xbrl.om that return XBRLXSDTypeDefinition
 XBRLXSDTypeDefinition DTSContainer.getTypeDefinition(javax.xml.namespace.QName type)
          Find the type definition for the specific QName This function does not find new types defined in taxonomy schemas that has not been read from XML files.
 

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

Methods in com.ihr.xbrl.om.exLinks that return XBRLXSDTypeDefinition
 XBRLXSDTypeDefinition XBRLResource.getType()
           
 

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

Methods in com.ihr.xbrl.om.instance with parameters of type XBRLXSDTypeDefinition
static net.sf.saxon.value.NumericValue XBRLNumericValue.getValue(XBRLXSDTypeDefinition type, java.lang.Object value)
          Returns a NumericValue representation of the value according to the type definition in the parameter
 

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

Methods in com.ihr.xbrl.om.taxonomy that return XBRLXSDTypeDefinition
 XBRLXSDTypeDefinition XMLElementDefinition.getType()
          Access to the [Type] property Returns null if the element has no type definition or if the type is locally defined The returned object is a wrapper of the XSD type definition
 XBRLXSDTypeDefinition XMLElementDefinition.setType(XBRLXSDTypeDefinition type)
          Sets the item type to the type specified in the XBRLXSDTypeDefinition object or unset the type definition if the attribute value is null
 XBRLXSDTypeDefinition XBRLItem.setType(XBRLXSDTypeDefinition type)
           
 

Methods in com.ihr.xbrl.om.taxonomy with parameters of type XBRLXSDTypeDefinition
 XBRLXSDTypeDefinition XMLElementDefinition.setType(XBRLXSDTypeDefinition type)
          Sets the item type to the type specified in the XBRLXSDTypeDefinition object or unset the type definition if the attribute value is null
 XBRLXSDTypeDefinition XBRLItem.setType(XBRLXSDTypeDefinition type)
           
 

Constructors in com.ihr.xbrl.om.taxonomy with parameters of type XBRLXSDTypeDefinition
XBRLItem(XBRLTaxonomy parent, java.lang.String name, java.lang.String _default, XBRLXSDTypeDefinition type, javax.xml.namespace.QName substitutionGroup, XBRLItem.PeriodType periodType, XBRLItem.BalanceType balance, java.lang.Boolean _abstract, java.lang.Boolean nillable, int block, int _final, java.lang.String fixed)
          Creates and XBRL Item definition.
XMLElementDefinition(XBRLTaxonomy parent, java.lang.String name, XBRLXSDTypeDefinition type, javax.xml.namespace.QName substitutionGroup, java.lang.Boolean _abstract, java.lang.Boolean nillable, int block, int _final, java.lang.String fixed)
          Constructor to programatically create an element definition
 



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