Uses of Class
com.ihr.xbrl.om.DTSContainer

Packages that use DTSContainer
com.ihr.xbrl.comparator Provides the classes necessary to compare two DTSs and obtain the differences according to the XVS specification. 
com.ihr.xbrl.dataloader Provides the classes necessary to load data from an instance document to any possible data target. 
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.gui.interfaces   
com.ihr.xbrl.manage   
com.ihr.xbrl.mapper Provides the classes necessary access to content in whatever format and create an XBRL Instance document This package contains the MapEngine and Mappers that uses a configuration file with an Instance template. 
com.ihr.xbrl.mapper.instance   
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.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.util   
com.ihr.xbrl.om.instance Provides the classes necessary to process, read and write the content of XBRL Instance documents. 
com.ihr.xbrl.om.ixbrl   
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. 
com.ihr.xbrl.store   
com.ihr.xbrl.transform Provides the classes necessary to transform an XBRL Instance document into another XML document implements a JAXP javax.xml.transform.Transformer using a specific XBRL Transformation Language The XBRL Transformation Language allows easy access to the content of a DTS and an XBRL Instance document in order to generate other XML document. 
com.ihr.xbrl.transform.target Provides the classes necessary to serialize the generated XML document in the output format. 
com.ihr.xbrl.util Provides utility classes with static methods that are used by other classes This is a common container for utilities like resolving relative URIs from two absolute URIs or formatting an XML document to a String... 
com.ihr.xbrl.versioning Provides the classes necessary to create or access to the content of a versioning report. 
 

Uses of DTSContainer in com.ihr.xbrl.comparator
 

Methods in com.ihr.xbrl.comparator that return DTSContainer
 DTSContainer DTSComparator.getFromDTS()
           
 DTSContainer DTSComparator.getToDTS()
           
 

Methods in com.ihr.xbrl.comparator with parameters of type DTSContainer
 void DTSComparator.setFromDTS(DTSContainer leftDTS)
           
 void DTSComparator.setToDTS(DTSContainer rightDTS)
           
 

Constructors in com.ihr.xbrl.comparator with parameters of type DTSContainer
DTSComparator(DTSContainer dts1, DTSContainer dts2)
           
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 DTSContainer in com.ihr.xbrl.dataloader
 

Methods in com.ihr.xbrl.dataloader that return types with arguments of type DTSContainer
 java.util.Iterator<DTSContainer> LoaderEngine.getDTSs()
          Returns an iterator over all DTSs loaded in this engine
 

Methods in com.ihr.xbrl.dataloader with parameters of type DTSContainer
 Loader LoaderEngine.getLoader(DTSContainer dts)
          Returns a loader from the engine.
 Loader LoaderEngine.getMasterLoader(DTSContainer dts)
          Access to the master loader.
 java.lang.Object[] LoaderEngine.load(XBRLInstance instance, DTSContainer dts)
          Executes the mapping defined in the configuration file.
 void LoaderEngine.releaseLoader(Loader l, DTSContainer dts)
          Liberates a loader so it can be used by other threads.
 

Uses of DTSContainer in com.ihr.xbrl.dts
 

Methods in com.ihr.xbrl.dts that return DTSContainer
 DTSContainer TypedDimensionsDomainController.getDTSContainer()
           
 

Methods in com.ihr.xbrl.dts with parameters of type DTSContainer
static XBRLPeriod InstanceExplorer.makePeriod(XBRLItem.PeriodType periodType, int dateStep, DTSContainer dts)
          Creates a period of a specified period type (Instant or Duration) and sets the values according to the dateStep value.
 void TableInfo.process(DTSContainer dts, DTSExplorer dte)
           
 void LabelsProviderBasic.setDTS(DTSContainer newDts)
          Sets the new dts.
 void LabelsProvider.setDTS(DTSContainer newDts)
          Sets the DTSContainer to a new DTSContainer.
 void TypedDimensionsDomainController.setDTSContainer(DTSContainer dts)
           
 XBRLEntity IdentifierMember.toEntity(DTSContainer dts)
           
 XMLFragment XMLFragmentMember.toFragment(DTSContainer dts)
           
 XMLFragment PMember.toFragment(DTSContainer dts)
           
 XMLFragment MemberQName.toFragment(DTSContainer dts)
           
 XBRLPeriod PeriodMember.toPeriod(DTSContainer container, XBRLItem.PeriodType type, HandleDateStep.InstantMode mode)
           
 

Constructors in com.ihr.xbrl.dts with parameters of type DTSContainer
DTSExplorer(DTSContainer dts)
           
TypedDimensionsDomainController(DTSContainer dts)
           
 

Uses of DTSContainer in com.ihr.xbrl.formula
 

Methods in com.ihr.xbrl.formula that return DTSContainer
 DTSContainer FlFormulaProcessor.getContainer()
           
 

Constructors in com.ihr.xbrl.formula with parameters of type DTSContainer
FlFormulaProcessor(DTSContainer dts)
           
 

Uses of DTSContainer in com.ihr.xbrl.gui.interfaces
 

Methods in com.ihr.xbrl.gui.interfaces with parameters of type DTSContainer
 void DTSLoadingBarInterface.setContainer(DTSContainer container)
          Sets the container this loading bar is going to work with.
 

Uses of DTSContainer in com.ihr.xbrl.manage
 

Methods in com.ihr.xbrl.manage with parameters of type DTSContainer
 void DatabaseURIResolverFactory.createAndRegisterDTSUriResolver(DTSContainer dts)
           
 

Uses of DTSContainer in com.ihr.xbrl.mapper
 

Methods in com.ihr.xbrl.mapper that return DTSContainer
 DTSContainer Mapper.getContainer()
          Access to the surrounding DTSContainer of this Mapper instance.
 

Uses of DTSContainer in com.ihr.xbrl.mapper.instance
 

Constructors in com.ihr.xbrl.mapper.instance with parameters of type DTSContainer
MapperContext(DTSContainer dts, Mapper parent, net.sf.saxon.s9api.XdmNode node)
           
MapperPeriod(DTSContainer dts)
          Creates a FOREVER period
MapperPeriod(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
          Creates a XBRLPeriod reading the content of the XdmNode node supplied as a parameter
 

Uses of DTSContainer in com.ihr.xbrl.om
 

Methods in com.ihr.xbrl.om that return DTSContainer
 DTSContainer XMLFragment.getContainer()
          Returns the DTS Container object
 DTSContainer XBRLValidationReport.getContainer()
          Access to the DTSContainer object for which this XBRLValidationReport has been created
 DTSContainer XBRLCoreProcessor.getContainer()
          Access to the DTSContainer that is under validation
static DTSContainer DTSContainer.getStaticContainer()
          The static container exist only for static objects like standard roleTypes and standard arcroleTypes that are not used on any specific DTS.
static DTSContainer DTSContainer.mergeDTSs(DTSContainer[] dtss)
          Merges several DTSs into a single DTS
static DTSContainer DTSContainer.newCompatibleContainer(net.sf.saxon.s9api.Processor proc, java.util.Properties props)
          Creates a new DTSContainer that is compatible with the Processor suppied as a parameter.
static DTSContainer DTSContainer.newEmptyContainer()
          Method used to create a new empty DTSContainer.
static DTSContainer DTSContainer.newEmptyContainer(java.util.Properties props)
          Method used to create a new empty DTSContainer.
 

Methods in com.ihr.xbrl.om with parameters of type DTSContainer
 XMLFragment XMLFragment.clone(DTSContainer newDTS)
           
static XBRLCoreProcessor XBRLCoreProcessor.create(DTSContainer dts)
           
 void MultiDTSUriResolverFactory.createAndRegisterDTSUriResolver(DTSContainer dts)
           
 void HasCreateDTSUriResolver.createAndRegisterDTSUriResolver(DTSContainer dts)
          Implementors of this class should create the URIResolver instance and call the method installDTSURIResolver(URIResolver ) on the DTSContainer passed in as a parameter
 void GUIURIResolverFactory.createAndRegisterDTSUriResolver(DTSContainer dts)
           
 void HasCreateFormulaParameterResolver.createAndRegisterFormulaParameterResolver(DTSContainer dts)
          Implementors of this class should create the XBRLFormulaParametersResolver instance and call the method installFormulaParameterResolver(XBRLFormulaParametersResolver ) on the DTSContainer passed in as a parameter
static XMLDocumentURI XBRLDocument.createDocument(DTSContainer dts, java.net.URI baseURI, java.net.URI theURI, boolean addToCache, XBRLDTSDocument parent)
          Creates a Document, (instance, taxonomy or linkbase) by accessing the root element and looking at the document type.
static XMLDocumentURI XBRLDocument.createDocument(DTSContainer dts, java.net.URI baseURI, java.net.URI theURI, javax.xml.transform.Source source, boolean addToCache, XBRLDTSDocument parent)
          Creates a Document, (instance, taxonomy or linkbase) by accessing the root element and looking at the document type if the document is not a linkbase, schema or xbrl instance returns null.
static XBRLAttribute[] XMLFragment.getAttributes(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
          Returns an array of attributes in the node supplied as a parameter
static DTSContainer.ProcessorAndSchemaCompiler DTSContainer.getNewConfiguration(boolean schemaAware, DTSContainer dts, java.util.Properties props)
          Creates a new Configuration object.
static DTSContainer DTSContainer.mergeDTSs(DTSContainer[] dtss)
          Merges several DTSs into a single DTS
 void XBRLValidationReport.setContainer(DTSContainer dts)
           
 void XBRLSchemaURIResolver.setDTSContainer(DTSContainer dts)
          Sets the DTSContainer object to benefit from its cache
 void XBRLProcessorFactoryBase.setDTSContainer(DTSContainer dtsContainer)
           
 void XBRLProcessorFactory.setDTSContainer(DTSContainer dtsContainer)
          Once a new factory is instantiated, the DTSContainer class calls this method in order to provide the DTSContainer instance to be used for next calls
 

Constructors in com.ihr.xbrl.om with parameters of type DTSContainer
XBRLAttribute(DTSContainer dts, org.jdom.Attribute jdomAttribute)
          Creates an atribute node. it will not be linked to its parent node.
XBRLAttribute(DTSContainer dts, javax.xml.namespace.QName nodeName, net.sf.saxon.value.AtomicValue value)
          Creates an attribute node.
XBRLAttribute(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
          Creates an XBRL attribute.
XBRLDocument(DTSContainer dts, javax.xml.transform.Source xmlSource)
          Creates an XBRLDocument form a Source object that can be used to obtain the XML nodes of the document content.
XBRLSchemaURIResolver(DTSContainer dts)
           
XBRLSimpleLink(DTSContainer dts)
          Creates a simple link object.
XBRLSimpleLink(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
          Creates a simple link object.
XBRLValidationReport(DTSContainer dts)
          Creates a new empty validation report
XMLDocumentURI(DTSContainer dts, java.net.URI baseURI, java.net.URI theURI, javax.xml.transform.Source source, boolean bAddToCache, XBRLDTSDocument parent)
          Create a DocumentURI from the cache or reading it from the supplied URI if it is not in the cache.
XMLDocumentURI(DTSContainer dts, net.sf.saxon.s9api.XdmNode extendedLinkNode)
          For embeded linkbases or creation of XBRLDocuments from a XML Source This creator just creates a new XMLFragment and assigns it to the XdmNode received as a parameter.
XMLFragment(DTSContainer dts)
          Creates a new XMLFragment object in a DTS
XMLFragment(DTSContainer newDTS, XMLFragment other)
          Copy all properties from the other object but sets the DTS to a new one.
 

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

Methods in com.ihr.xbrl.om.exLinks that return DTSContainer
 DTSContainer XBRLAllowsDocumentation.getContainer()
          Objects implementing this interface MUST be in a dts
 DTSContainer DTSBase.getContainer()
          Returns the DTSContainer associated to this object
 

Constructors in com.ihr.xbrl.om.exLinks with parameters of type DTSContainer
DTSBase(DTSContainer dts, javax.xml.namespace.QName linkbaseType, XBRLRoleType role)
          Creates an empty base (no extended links)
XBRLArc(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
          Creates a new arc without surrounding node
XBRLArcroleRef(DTSContainer dts, XBRLArcroleType arcrole)
           
XBRLArcroleRef(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
           
XBRLDocumentation(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
          The [Attributes] property
XBRLLinkbase(DTSContainer dts)
          Creates a XBRLLinkbase that will contain extended links created later.
XBRLLinkbase(DTSContainer dts, XBRLDocument parent)
          Creates a XBRLLinkbase that will contain extended links created later.
XBRLLinkbaseRef(DTSContainer dts, XBRLLinkbase linkbase)
           
XBRLLinkbaseRef(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
           
XBRLLocator(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
           
XBRLPointerOfARelationship(DTSContainer dts)
           
XBRLPointerOfARelationship(DTSContainer dts, net.sf.saxon.s9api.XdmNode resNode)
           
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()
XBRLRoleRef(DTSContainer dts, XBRLRoleType role)
           
XBRLRoleRef(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
           
XLinkElement(DTSContainer dts)
          Creates an XLinkElement object for a DTS without assigning it to a node
XLinkElement(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
          Creates an XLinkElement object that exist in a DTS and assign it to a node returned by saxonica processor
 

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

Methods in com.ihr.xbrl.om.formula that return DTSContainer
 DTSContainer XBRLFormulaProcessor.getContainer()
           
 

Methods in com.ihr.xbrl.om.formula with parameters of type DTSContainer
static XBRLFormulaProcessor XBRLFormulaProcessor.create(DTSContainer dts)
           
 void MultiFormulaParameterResolverFactory.createAndRegisterFormulaParameterResolver(DTSContainer dts)
           
 

Uses of DTSContainer in com.ihr.xbrl.om.formula.util
 

Methods in com.ihr.xbrl.om.formula.util that return DTSContainer
 DTSContainer XPathHelper.getContainer()
           
 

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

Methods in com.ihr.xbrl.om.instance that return DTSContainer
 DTSContainer XBRLFactsList.getContainer()
          Access to the surrounding container object
 DTSContainer XBRLFactsContainer.getContainer()
           
 

Methods in com.ihr.xbrl.om.instance with parameters of type DTSContainer
 XBRLUnit XBRLUnit.clone(DTSContainer newDTS)
           
 XBRLSegment XBRLSegment.clone(DTSContainer newDTS)
           
 XBRLScenario XBRLScenario.clone(DTSContainer newDTS)
           
 XBRLPeriod XBRLPeriod.clone(DTSContainer newDTS)
           
 XBRLFactTuple XBRLFactTuple.clone(DTSContainer newDTS)
           
 XBRLFactNumeric XBRLFactNumeric.clone(DTSContainer newDTS)
           
 XBRLFactNonNumeric XBRLFactNonNumeric.clone(DTSContainer newDTS)
           
 XBRLFactItem XBRLFactItem.clone(DTSContainer newDTS)
           
 XBRLFact XBRLFact.clone(DTSContainer newDTS)
          Clone current fact but in a new DTSContainer
 XBRLEntity XBRLEntity.clone(DTSContainer newDTS)
           
 XBRLContext XBRLContext.clone(DTSContainer newDTS)
           
 void XBRLInstance.optimize(DTSContainer dts, boolean bRelativizeSchemaRefs, boolean bGenerateSchemalocation)
          Optimize the instance document by removing unused elements
 

Constructors in com.ihr.xbrl.om.instance with parameters of type DTSContainer
XBRLContext(DTSContainer dts, XBRLEntity entity, XBRLPeriod period, XBRLScenario scenario)
          Creates a new context with the supplied entity, period and scenario.
XBRLDimensionsContainer(DTSContainer dts)
          Empty Scenario
XBRLDimensionsContainer(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
           
XBRLEntity(DTSContainer parent, java.lang.String scheme, java.lang.String identifier, XBRLSegment segment)
          Creates a new Entity to be added to a context later.
XBRLEntity(DTSContainer parent, net.sf.saxon.s9api.XdmNode node)
           
XBRLInstance(DTSContainer dts)
          Creates a new empty instance document
XBRLInstance(DTSContainer[] dtss)
          Creates a new empty instance document and creates link:schemaRef and link:linkbaseRef elements to all root URIs of the DTSContainers received as a parameter.
XBRLInstance(DTSContainer dts, javax.xml.transform.Source xmlSource)
          Creates an instance document and obtains the content from a javax.xml.transform.Source object The Document URI of this instance will be set to the systemId of the Source provided as a parameter.
XBRLInstance(DTSContainer dts, net.sf.saxon.s9api.XdmNode doc, boolean bAddToCache)
          Creates an instance document and sets the document content to the supplied XdmNode.
XBRLMeasure(DTSContainer dts, javax.xml.namespace.QName value)
           
XBRLMeasure(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
           
XBRLPeriod(DTSContainer dts)
          Creates a FOREVER period
XBRLPeriod(DTSContainer dts, java.util.GregorianCalendar instant, boolean bHasTimeZone, boolean bHasTime)
          Creates a INSTANT period with the instant date The date value will be set to the Gregorian Calender used in the parameter
XBRLPeriod(DTSContainer dts, java.util.GregorianCalendar start, java.util.GregorianCalendar end, boolean bHasTimeZone, boolean bHasTime)
           
XBRLPeriod(DTSContainer dts, java.lang.String instantDate)
          Creates a INSTANT period with the instantDate Note: As dates are in ISO 8601 format, the date representation "2007-08-31" is assumed to be in the NO_TIMEZONE time zone.
XBRLPeriod(DTSContainer dts, java.lang.String startDate, java.lang.String endDate)
          Creates a DURATION period with the startDate and endDate Note: As dates are in ISO 8601 format, the date representation "2007-08-31" is assumed to be in the NO_TIMEZONE time zone.
XBRLPeriod(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
          Creates a XBRLPeriod reading the content of the XdmNode node supplied as a parameter
XBRLScenario(DTSContainer dts)
          Empty Scenario
XBRLScenario(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
           
XBRLSegment(DTSContainer dts)
           
XBRLSegment(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
           
XBRLUnit(DTSContainer dts, java.util.Collection<javax.xml.namespace.QName> numerator, java.util.Collection<javax.xml.namespace.QName> denominator)
          Creates an unit that can be used for XBRLFactNumeric objects
XBRLUnit(DTSContainer dts, net.sf.saxon.s9api.XdmNode root)
           
 

Uses of DTSContainer in com.ihr.xbrl.om.ixbrl
 

Methods in com.ihr.xbrl.om.ixbrl with parameters of type DTSContainer
static IXBRLProcessor IXBRLProcessor.create(DTSContainer dts)
           
 

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

Methods in com.ihr.xbrl.om.taxonomy with parameters of type DTSContainer
static XSDComposition XSDComposition.createCompositor(DTSContainer dts, net.sf.saxon.om.NodeInfo node)
          Creates an XSDCompositor structure from a NodeInfo node pointing to the first XSDCompositor element (xsd:all, xsd:choice or xsd:sequence) Return null if the XSDCompositor structure cannot be created
 

Constructors in com.ihr.xbrl.om.taxonomy with parameters of type DTSContainer
XBRLArcroleType(DTSContainer newDTS)
          Creates a "virtual" arcrole type.
XBRLArcroleType(DTSContainer newDTS, XBRLArcroleType other)
           
XBRLRoleAndArcroleTypes(DTSContainer newDTS, XBRLRoleAndArcroleTypes other)
           
XBRLRoleType(DTSContainer newDTS)
          Creates a "virtual" role type.
XBRLRoleType(DTSContainer newDts, XBRLRoleType other)
           
XBRLTaxonomy(DTSContainer dts)
          Creates a new empty XBRLTaxonomy instance.
XBRLTaxonomy(DTSContainer dts, java.net.URI txBase, java.net.URI txUri, boolean bAddToCache, XBRLDTSDocument parent)
          Creates a new XBRLTaxonomy instance.
XBRLXSDTypeDefinition(DTSContainer dts, javax.xml.namespace.QName name)
          Creates a new type wrapper for a given type name.
XBRLXSDTypeDefinition(DTSContainer dts, net.sf.saxon.type.SchemaType type)
          Creates a new type definition from a existing schema type. the type name will be obtained from the schema type.
XBRLXSDTypeDefinition(DTSContainer dts, net.sf.saxon.type.SchemaType type, javax.xml.namespace.QName name)
          Creates a new type definition from an existing schema type and assigns the name.
XSDAttributeDefinition(DTSContainer dts, net.sf.saxon.s9api.XdmNode node)
           
XSDComposition(com.saxonica.schema.UserComplexType uct, DTSContainer dts, int minOccurs, int maxOccurs)
           
 

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

Methods in com.ihr.xbrl.om.xdt that return DTSContainer
 DTSContainer XDTProcessor.getContainer()
           
 

Methods in com.ihr.xbrl.om.xdt with parameters of type DTSContainer
static XDTProcessor XDTProcessor.create(DTSContainer dts)
           
static XMLFragment XDTProcessor.getExplicitDimFragment(DTSContainer dts, javax.xml.namespace.QName dimension, javax.xml.namespace.QName member)
          Helper method to create the XMLFragment container for an explicit dimension.
static XMLFragment XDTProcessor.getTypedDimFragment(DTSContainer dts, javax.xml.namespace.QName dimension, net.sf.saxon.s9api.XdmValue value)
          Helper method to create the XMLFragment container for a typed dimension.
static XMLFragment XDTProcessor.getTypedDimFragment(DTSContainer dts, javax.xml.namespace.QName dimension, XMLFragment value)
          Helper method to create the XMLFragment container for a typed dimension.
 

Uses of DTSContainer in com.ihr.xbrl.pojo
 

Methods in com.ihr.xbrl.pojo with parameters of type DTSContainer
 DTSContainer XBRLPojoGenerator.generate(DTSContainer dts)
          Generates a POJO version of the non POJO DTSContainer
 

Constructors in com.ihr.xbrl.pojo with parameters of type DTSContainer
XBRLRSGenerator(DTSContainer outDTS)
           
 

Uses of DTSContainer in com.ihr.xbrl.store
 

Methods in com.ihr.xbrl.store that return DTSContainer
 DTSContainer StorageEvent.getRegularContainer()
           
 

Constructors in com.ihr.xbrl.store with parameters of type DTSContainer
LoadPojoInThread(XBRLInstance instanceDocument, DTSContainer dts, DbUtil.Database databaseType, org.hibernate.Session session, org.apache.log4j.Appender logHandler, org.apache.log4j.Level level, DTSLoadingBarInterface bar, boolean bForUpdate)
           
StorageEvent(StoreXBRLThread thread, int status, XBRLInstance pojoInstance, XBRLInstance regularInstance, DTSContainer pojoContainer, DTSContainer regularContainer, java.lang.String message)
          Creates an StorageEvent object to be sent to parent applications.
 

Uses of DTSContainer in com.ihr.xbrl.transform
 

Methods in com.ihr.xbrl.transform with parameters of type DTSContainer
 java.util.Vector<XBRLFactHandlerInterface> TransformProcessor.getFactHandlers(DTSContainer dts)
           
 XDTInfosetConsumer TransformProcessor.getXDTInfosetConsumer(DTSContainer dts)
          Access to the XDTInfosetConsumer for this DTS
 

Uses of DTSContainer in com.ihr.xbrl.transform.target
 

Constructors in com.ihr.xbrl.transform.target with parameters of type DTSContainer
HTMLFactHandler(DTSContainer dts)
           
XBRLFactHandler(DTSContainer dts)
           
 

Uses of DTSContainer in com.ihr.xbrl.util
 

Methods in com.ihr.xbrl.util that return DTSContainer
 DTSContainer LoadDTSInThread.getDts()
          Returns the DTS
 

Constructors in com.ihr.xbrl.util with parameters of type DTSContainer
LoadDTSInThread(javax.xml.transform.Source source, boolean bDoXBRLValidation, boolean bDoXDTValidation, boolean bErrorsAsExceptions, boolean bWarningsAsExceptions, org.apache.log4j.Appender logHandler, org.apache.log4j.Level level, DTSLoadingBarInterface bar, HasErrorsHandler errorHandler, HasReceiveXBRLLoadingEvents sendEventsTo, java.util.Properties extraProperties, DTSContainer compatibleDTS)
          Creates a new object that will load a DTS and possible perform validation.
LoadDTSInThread(java.lang.String fileName, boolean bDoXBRLValidation, boolean bDoXDTValidation, boolean bErrorsAsExceptions, boolean bWarningsAsExceptions, org.apache.log4j.Appender logHandler, org.apache.log4j.Level level, DTSLoadingBarInterface bar, HasErrorsHandler errorHandler, HasReceiveXBRLLoadingEvents sendEventsTo, java.util.Properties extraProperties, DTSContainer compatibleDTS)
          Creates a new object that will load a DTS and possible perform validation.
LoadDTSInThread(java.net.URI[] files, boolean bDoXBRLValidation, boolean bDoXDTValidation, boolean bErrorsAsExceptions, boolean bWarningsAsExceptions, org.apache.log4j.Appender logHandler, org.apache.log4j.Level level, DTSLoadingBarInterface bar, HasErrorsHandler errorHandler, HasReceiveXBRLLoadingEvents sendEventsTo, java.util.Properties extraProperties, DTSContainer compatibleDTS)
          Creates a new object that will load a DTS and possible perform validation.
 

Uses of DTSContainer in com.ihr.xbrl.versioning
 

Constructors in com.ihr.xbrl.versioning with parameters of type DTSContainer
VlVersioningProcessor(java.lang.String versioningDTSUri, java.lang.String versioningConfSuiteSchema, DTSContainer fromDTS, DTSContainer toDTS)
          Creates an instance of the versioning processor.
 



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