Uses of Class
com.ihr.xbrl.om.xdt.XDTProcessor

Packages that use XDTProcessor
com.ihr.xbrl.dts Provides the classes necessary to investigate the content of a DTS. 
com.ihr.xbrl.mapper.filters Provides the classes necessary to filter the content of instance documents Filtering of facts in an instance document may be used for formula processing or for data loading by a driver. 
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. 
 

Uses of XDTProcessor in com.ihr.xbrl.dts
 

Methods in com.ihr.xbrl.dts that return XDTProcessor
 XDTProcessor DimensionalInstanceExplorer.getXDTProc()
          Access to the XDTProcessor linked with this DimensionalInstanceExplorer
 

Methods in com.ihr.xbrl.dts with parameters of type XDTProcessor
 void DimensionalInstanceExplorer.setXDTProcessors(XDTProcessor xdt, XDTInfosetConsumer xdtInfo)
          When the DTS change these variables must be updated too
 

Uses of XDTProcessor in com.ihr.xbrl.mapper.filters
 

Constructors in com.ihr.xbrl.mapper.filters with parameters of type XDTProcessor
XBRLExplicitDimensionFilter(javax.xml.namespace.QName dimension, javax.xml.namespace.QName value, XDTProcessor xp)
           
XBRLExplicitDimensionScenarioFilter(javax.xml.namespace.QName dimension, javax.xml.namespace.QName value, XDTProcessor xp)
           
XBRLExplicitDimensionSegmentFilter(javax.xml.namespace.QName dimension, javax.xml.namespace.QName value, XDTProcessor xp)
           
 

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

Methods in com.ihr.xbrl.om.xdt that return XDTProcessor
static XDTProcessor XDTProcessor.create(DTSContainer dts)
           
 XDTProcessor XDTFact.getProcessor()
           
 XDTProcessor XDTInfosetConsumer.getXdt()
           
 

Constructors in com.ihr.xbrl.om.xdt with parameters of type XDTProcessor
XDTDimension(XBRLItem item, XDTProcessor processor)
           
XDTDimensionUse(XDTProcessor processor, XDTDimension dimension, DTSBase base, DefinitionLinkbase tempDefLb)
           
XDTDomainMemberUse(XDTProcessor processor, javax.xml.namespace.QName parentQName, XDTDomainMember mem, XDTDimensionUse use, DTSBase base, java.util.Hashtable<javax.xml.namespace.QName,java.lang.Boolean> domain, DefinitionLinkbase tempDefLb)
           
XDTFact(javax.xml.namespace.QName primaryItemQName, XDTProcessor processor, java.util.Hashtable<javax.xml.namespace.QName,XMLFragment> segmentDimData, java.util.Hashtable<javax.xml.namespace.QName,XMLFragment> scenarioDimData)
          Creates a new XDTFact object without a backup primary item.
XDTFact(XBRLFactItem fact, XDTProcessor processor, boolean bThrowValidationExceptions)
          Creates a new XDTFact object, this is, the representation of a fact with its dimensions according to the XDT Specification 1.0
XDTFactForApplications(XBRLFactItem fact, XDTProcessor processor, XDTInfosetConsumer xdtInfoset, boolean bThrowValidationExceptions)
           
XDTFactWithVirtualDimensions(XBRLFactItem fact, XDTProcessor processor, XDTInfosetConsumer xdtInfoset, boolean bThrowValidationExceptions)
           
XDTHypercubeUse(XDTProcessor processor, XDTHypercube hypercube, int arcRoleType, DTSBase useBase, DTSBase searchBase, DefinitionLinkbase tempDefLb)
           
XDTInfosetConsumer(XDTProcessor xdt)
          Creates XDTInfoset objects for versioning This removes "CONSUMES" information from the XBRL Infoset The construction analyzes all primary items in the DTS building its "effective" combinations and provides access to them to applications using this object
XDTPrimaryItemUse(XDTProcessor processor, XDTPrimaryItem priItem, DTSBase base)
          Creates a XDTPrimaryItem object
 



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