A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

D

DatabaseManager - Class in com.ihr.xbrl.manage
The Class DatabaseManager.
DatabaseManager(RegisterExtraClasses[], DatabaseManagerBase) - Constructor for class com.ihr.xbrl.manage.DatabaseManager
Instantiates a new database manager.
DatabaseManagerBase - Class in com.ihr.xbrl.manage
This is the base class that is able to read the properties from the user preferences file and write them down.
DatabaseManagerBase(boolean, boolean) - Constructor for class com.ihr.xbrl.manage.DatabaseManagerBase
Creates an instance of the DatabaseManagerBase using the default configuration file name.
DatabaseManagerBase(boolean, boolean, String) - Constructor for class com.ihr.xbrl.manage.DatabaseManagerBase
Creates an instance of the DatabaseManagerBase using the indicated file name.
DatabaseManagerBase(Properties) - Constructor for class com.ihr.xbrl.manage.DatabaseManagerBase
Creates an instance of the DatabaseManagerBase with properties created externally.
DatabaseManagerBase.DatabaseConfigurationInformationStatus - Enum in com.ihr.xbrl.manage
The Enum DatabaseConfigurationInformationStatus.
DatabaseManagerGUI - Interface in com.ihr.xbrl.database.common
This is the interface that must be implemented by classes that contains a DatabaseManagerGUI to edit the properties to connect to the XBRL Database.
DatabaseManagerGUI.DbStatus - Enum in com.ihr.xbrl.database.common
The Enum DbStatus.
DatabaseUriResolver - Class in com.ihr.xbrl.pojo
The Class DatabaseUriResolver.
DatabaseUriResolver(URIResolver, Session) - Constructor for class com.ihr.xbrl.pojo.DatabaseUriResolver
Instantiates a new database uri resolver.
DatabaseURIResolverFactory - Class in com.ihr.xbrl.manage
This class is a factory for DatabaseURIResolvers.
DatabaseURIResolverFactory(Session) - Constructor for class com.ihr.xbrl.manage.DatabaseURIResolverFactory
This constructor requires a Database Session (Hibernate Session) and then the factory instance can be set to the DTSContainer.DTS_RESOLVER parameter
DataLoaderDef - Class in com.ihr.xbrl.dataloader
The Class DataLoaderDef.
DataLoaderDef(Class<?>, URI) - Constructor for class com.ihr.xbrl.dataloader.DataLoaderDef
Instantiates a new data loader def.
DataSourceDef - Class in com.ihr.xbrl.mapper
The Class DataSourceDef.
DataSourceDef(Class<?>, URI) - Constructor for class com.ihr.xbrl.mapper.DataSourceDef
Instantiates a new data source def.
DataTargetConfigurationFileException - Exception in com.ihr.xbrl.transform.target
The Class DataTargetConfigurationFileException.
DataTargetConfigurationFileException() - Constructor for exception com.ihr.xbrl.transform.target.DataTargetConfigurationFileException
Instantiates a new data target configuration file exception.
DataTargetConfigurationFileException(String) - Constructor for exception com.ihr.xbrl.transform.target.DataTargetConfigurationFileException
Instantiates a new data target configuration file exception.
DataTargetConfigurationFileException(Throwable) - Constructor for exception com.ihr.xbrl.transform.target.DataTargetConfigurationFileException
Instantiates a new data target configuration file exception.
DataTargetConfigurationFileException(String, Throwable) - Constructor for exception com.ihr.xbrl.transform.target.DataTargetConfigurationFileException
Instantiates a new data target configuration file exception.
dataType - Variable in class com.ihr.xbrl.om.formula.HashtableBasedParameterResolver.ClsData
The data type.
DATE_END - Static variable in class com.ihr.xbrl.mapper.instance.MapperPeriodBase
Constant to refer to the END date or datetime of this period.
DATE_END - Static variable in class com.ihr.xbrl.om.instance.XBRLPeriod
Constant to refer to the END date or datetime of this period.
DATE_INSTANT - Static variable in class com.ihr.xbrl.mapper.instance.MapperPeriodBase
Constant to refer to the INSTANT date or datetime of this period.
DATE_INSTANT - Static variable in class com.ihr.xbrl.om.instance.XBRLPeriod
Constant to refer to the INSTANT date or datetime of this period.
DATE_START - Static variable in class com.ihr.xbrl.mapper.instance.MapperPeriodBase
Constant to refer to the START date or datetime of this period.
DATE_START - Static variable in class com.ihr.xbrl.om.instance.XBRLPeriod
Constant to refer to the START date or datetime of this period.
dateItemType - Static variable in class com.ihr.xbrl.om.taxonomy.XBRLXSDTypeDefinition
The Constant dateItemType.
datesHaveTimeZone() - Method in interface com.ihr.xbrl.gui.interfaces.HasDateOptions
Dates have time zone.
dateTimeItemType - Static variable in class com.ihr.xbrl.om.taxonomy.XBRLXSDTypeDefinition
The Constant dateTimeItemType.
DAYS - Static variable in class com.ihr.xbrl.dts.InstanceExplorerAbstract
The Constant DAYS.
DB2ByteArray - Class in com.ihr.xbrl.pojo
The Class DB2ByteArray.
DB2ByteArray() - Constructor for class com.ihr.xbrl.pojo.DB2ByteArray
 
DbUtil - Class in com.ihr.xbrl.manage
This class is responsible to initialize the Hibernate SessionFactory that will be used in obtaining objects from the XBRL Database.
DbUtil(Properties) - Constructor for class com.ihr.xbrl.manage.DbUtil
Creates a new instance of the DbUtil object.
DbUtil.Database - Enum in com.ihr.xbrl.manage
Enumerates the different database engines the storage subsystem can work with.
DDimension - Class in com.ihr.xbrl.dts
Prepares a dimension view based on a parent-child hierarchy
DDimension(Vector<XBRLTreeRoot>) - Constructor for class com.ihr.xbrl.dts.DDimension
Creates a DDimension using all elements in the parent-child hierarchy starting at nodes in the vector of elements passed in as a parameter.
DDimension(Vector<XBRLTreeRoot>, XMLElementDefinition, boolean) - Constructor for class com.ihr.xbrl.dts.DDimension
Creates a DDimension using all elements in the parent-child hierarchy starting at element startingElement once it is found in the parent-child hierarchy from vRoots.
DEBIT_CREDIT_IMPLIES_NEGATIVE - Static variable in exception com.ihr.xbrl.om.errors.XBRLValidationExceptionSummationItemInvalidCreditDebit
The Constant DEBIT_CREDIT_IMPLIES_NEGATIVE.
DEBIT_DEBIT_IMPLIES_POSITIVE - Static variable in exception com.ihr.xbrl.om.errors.XBRLValidationExceptionSummationItemInvalidCreditDebit
The Constant DEBIT_DEBIT_IMPLIES_POSITIVE.
decimalItemType - Static variable in class com.ihr.xbrl.om.taxonomy.XBRLXSDTypeDefinition
The Constant decimalItemType.
decimals - Static variable in class com.ihr.xbrl.om.formula.XBRLFormula
The Constant decimals.
decimals - Static variable in class com.ihr.xbrl.om.instance.XBRLFactNumeric
The Constant decimals.
DECIMALS - Static variable in interface com.ihr.xbrl.om.instance.XBRLNumber
Constant used by the XBRLFactNumeric.getFormat() and XBRLFactNumeric.setForamt(int) methods
declareNamespaces(XBRLResource, XPathCompiler) - Static method in class com.ihr.xbrl.om.formula.XBRLFormulaProcessor
Helper method to declare all namespaces in the resource indicated as a parameter in the XPath compiler received as a parameter.
declareVariables(XPathCompiler) - Method in class com.ihr.xbrl.formula.FlVariableResolver
 
declareVariables(XPathCompiler, boolean, boolean, QName) - Method in class com.ihr.xbrl.om.formula.XBRLVariableSetResource
Declare variables.
declareVariables(XPathCompiler) - Method in interface com.ihr.xbrl.om.XBRLVariableResolver
Declares all variables into the compiler object.
decode(String) - Static method in class com.ihr.xbrl.util.Base64Coder
Decodes a byte array from Base64 format.
decode(char[]) - Static method in class com.ihr.xbrl.util.Base64Coder
Decodes a byte array from Base64 format.
decode(char[], int, int) - Static method in class com.ihr.xbrl.util.Base64Coder
Decodes a byte array from Base64 format.
decodeLines(String) - Static method in class com.ihr.xbrl.util.Base64Coder
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks.
decodeString(String) - Static method in class com.ihr.xbrl.util.Base64Coder
Decodes a string from Base64 format.
decodeUri(String) - Static method in class com.ihr.xbrl.util.URITools
Decodes a string according to RFC 2396.
decodeUri(String, StringBuffer) - Static method in class com.ihr.xbrl.util.URITools
Decodes a string according to RFC 2396.
decodeUriInUTF8(String) - Static method in class com.ihr.xbrl.util.URITools
Decode URI string and convert UTF8 encoded characters to Java string characters.
deepCopy(Object) - Method in class com.ihr.xbrl.pojo.DB2ByteArray
 
deepCopy(Object) - Method in class com.ihr.xbrl.pojo.OracleStringType
 
DEFAULT - Static variable in class com.ihr.xbrl.om.xdt.XDTHypercubeUse
The Constant DEFAULT.
default_ - Static variable in class com.ihr.xbrl.om.taxonomy.XBRLItem
The [default] property.
DEFAULT_DIMENSIONS_APPLICANCY - Static variable in class com.ihr.xbrl.om.DTSContainer
The DEFAULT_DIMENSIONS_APPLICANCY property indicates how the Formula Functions (this does not affects Dimensions Validation) returns the value of a Fact item when the Fact item is NOT reported for a dimension that contains a default value.
DEFAULT_SIZE - Static variable in interface com.ihr.xbrl.database.pagination.Page
The Constant DEFAULT_SIZE.
DefaultAspectRule - Class in com.ihr.xbrl.om.formula.aspects
The Class DefaultAspectRule.
DefaultAspectRule(int, XBRLFormula, XdmNode, int) - Constructor for class com.ihr.xbrl.om.formula.aspects.DefaultAspectRule
Instantiates a new default aspect rule.
defaultDimensionsXBRL - Static variable in interface com.ihr.xbrl.dts.Dimension
The Constant defaultDimensionsXBRL.
defaultPropertiesFileName - Static variable in class com.ihr.xbrl.manage.DatabaseManagerBase
This is the default file name for the XBRLRepository configuration.
DEFAULTS_ALWAYS_APPLY - Static variable in class com.ihr.xbrl.om.DTSContainer
Possible value for the DEFAULT_DIMENSIONS_APPLICANCY property.
DEFAULTS_NOT_APPLY - Static variable in class com.ihr.xbrl.om.DTSContainer
Possible value for the DEFAULT_DIMENSIONS_APPLICANCY property.
DefaultUnitEditorInterface - Interface in com.ihr.xbrl.dts
The Interface DefaultUnitEditorInterface.
DefaultUnitProviderInterface - Interface in com.ihr.xbrl.dts
The Interface DefaultUnitProviderInterface.
DefaultValidationHandler - Class in com.ihr.xbrl.web
Receives a validation report and generates a string representation of it.
DefaultValidationHandler() - Constructor for class com.ihr.xbrl.web.DefaultValidationHandler
 
definition_guidance_label_role_URI - Static variable in class com.ihr.xbrl.om.exLinks.LabelLinkbase
The Constant definition_guidance_label_role_URI.
definition_node_subtree_PWD_2013_05_17_URI - Static variable in class com.ihr.xbrl.om.table.XBRLTableProcessor
http://xbrl.org/arcrole/PWD/2013-05-17/definition-node-subtree
definition_node_subtree_REC_2014_03_18_URI - Static variable in class com.ihr.xbrl.om.table.XBRLTableProcessor
The Constant definition_node_subtree_REC_2014_03_18_URI.
DefinitionLinkbase - Class in com.ihr.xbrl.om.exLinks
The Class DefinitionLinkbase.
DefinitionLinkbase(XBRLDocument, XdmNode) - Constructor for class com.ihr.xbrl.om.exLinks.DefinitionLinkbase
Instantiates a new definition linkbase.
DefinitionLinkbase(XBRLDocument, DTSBase) - Constructor for class com.ihr.xbrl.om.exLinks.DefinitionLinkbase
DefinitionLinkbase(XBRLDocument, XBRLRoleType) - Constructor for class com.ihr.xbrl.om.exLinks.DefinitionLinkbase
Creates a DefinitionLinkbase extended link container.
definitionNodeSubtreeArc_PWD_2013_05_17 - Static variable in class com.ihr.xbrl.om.table.XBRLTableProcessor
The Constant definitionNodeSubtreeArc_PWD_2013_05_17.
definitionNodeSubtreeArc_REC_2014_03_18 - Static variable in class com.ihr.xbrl.om.table.XBRLTableProcessor
The Constant definitionNodeSubtreeArc_REC_2014_03_18.
DEI_2008_NS - Static variable in class com.ihr.xbrl.adins.efm.EFMProcessor
Namespace for the dei taxonomy. this is commonly used so it is declared here.
DEI_2009_NS - Static variable in class com.ihr.xbrl.adins.efm.EFMProcessor
Namespace for the dei taxonomy. this is commonly used so it is declared here.
DEI_2011_NS - Static variable in class com.ihr.xbrl.adins.efm.EFMProcessor
Namespace for the dei taxonomy. this is commonly used so it is declared here.
DEI_2012_NS - Static variable in class com.ihr.xbrl.adins.efm.EFMProcessor
Namespace for the dei taxonomy. this is commonly used so it is declared here.
delArcroleType(XBRLArcroleType) - Method in class com.ihr.xbrl.om.DTSContainer
Unregister a loaded arcroleType declaration.
delAttribute(XSDAttributeDefinition) - Method in class com.ihr.xbrl.om.taxonomy.XSDComposition
Removed an attribute definition to this complex type definition Attributes are internally stored in a HashSet so no duplicate attribute definition are allowed.
delAttribute(QName) - Method in class com.ihr.xbrl.om.XMLFragment
Removes an attribute from the attributes defined for this XMLFragment.
delAttribute(XBRLAttribute) - Method in class com.ihr.xbrl.om.XMLFragment
Del attribute.
delChild(XMLDocumentURI) - Method in class com.ihr.xbrl.om.XMLDocumentURI
Removes a child document from the list of document children.
delColumn(CompanyKey, ColumnPeriod) - Method in class com.ihr.xbrl.dts.InstanceExplorer
Del column.
delConcept(QName) - Method in class com.ihr.xbrl.om.DTSContainer
Removes a concept form the DTS and removes also all relationships this concept participates on.
delContext(XBRLContext) - Method in class com.ihr.xbrl.dts.FactsColumn
Del context.
delContext(XBRLContext) - Method in class com.ihr.xbrl.dts.InstanceExplorer
Removing a context requires removing all facts using the context.
delContext(XBRLContext) - Method in class com.ihr.xbrl.om.instance.XBRLInstance
Removes a context from the instance document.
delDocumentFromDTS(XBRLDTSDocument) - Method in class com.ihr.xbrl.om.DTSContainer
Del document from dts.
delElement(XMLElementDefinition) - Method in class com.ihr.xbrl.om.taxonomy.XBRLTaxonomy
Deletes an element from the taxonomy This function will not delete the relationships the element participates on.
deleteFile() - Method in class com.ihr.xbrl.om.TaxonomyPackageURIResolver.TaxonomyPackage
Delete file.
deleteRegion(Region) - Method in class com.ihr.xbrl.mapper.source.worksheet.AbstractWorksheetDataSource
Removes all mappings to a cell inside the Region region
delFact(XBRLFact, XBRLFactsList) - Method in class com.ihr.xbrl.dts.DimensionalInstanceExplorer
 
delFact(XBRLFact, XBRLFactsList) - Method in class com.ihr.xbrl.dts.InstanceExplorer
Announces a fact has been removed from the instance being explored.
delFact(XBRLFact, XBRLFactsList) - Method in interface com.ihr.xbrl.dts.InstanceExplorerInterface
Receives notification that a fact has been removed from the instance being explored.
delFact(Fact) - Method in class com.ihr.xbrl.mapper.Fact
 
delFact(Fact) - Method in interface com.ihr.xbrl.mapper.HasFacts
Removes a fact from the container.
delFact(Fact) - Method in class com.ihr.xbrl.mapper.MapperBase
 
delFact(XBRLFact) - Method in class com.ihr.xbrl.om.table.layout.FactsListClassifier
Del fact.
delGlobalAttribute(String) - Method in class com.ihr.xbrl.om.taxonomy.XBRLTaxonomy
Removes a Global attribute definition from this taxonomy schema.
delGlobalAttributeGroup(String) - Method in class com.ihr.xbrl.om.taxonomy.XBRLTaxonomy
Removes a Global attributeGroup definition from this taxonomy schema.
delGlobalGroup(String) - Method in class com.ihr.xbrl.om.taxonomy.XBRLTaxonomy
Removes a Global group definition from this taxonomy schema.
delGlobalType(String) - Method in class com.ihr.xbrl.om.taxonomy.XBRLTaxonomy
Removes a Global Type definition from this taxonomy schema.
delMember(Member<?>) - Method in class com.ihr.xbrl.dts.DDimension
 
delMember(Member<?>) - Method in interface com.ihr.xbrl.dts.Dimension
Removes an existing dimension member from the dimension domain.
delMember(Member<?>) - Method in class com.ihr.xbrl.dts.DpDimension
 
delMember(Member<?>) - Method in class com.ihr.xbrl.dts.EDimension
 
delMember(Member<?>) - Method in class com.ihr.xbrl.dts.IdentifierDimension
 
delMember(Member<?>) - Method in class com.ihr.xbrl.dts.PDimension
 
delMember(Member<?>) - Method in class com.ihr.xbrl.dts.PeriodDimension
 
delMember(Member<?>) - Method in class com.ihr.xbrl.dts.TDimension
 
delMember(Member<?>) - Method in class com.ihr.xbrl.dts.UndefDimension
 
delMember(Member<?>) - Method in class com.ihr.xbrl.dts.VirtualDimension
 
delMember(Member<?>) - Method in class com.ihr.xbrl.dts.XDimension
 
delNamespace(String) - Method in class com.ihr.xbrl.om.XBRLNamespaceContext
Only non static namespaces can be deleted.
delPair(T, T) - Method in class com.ihr.xbrl.comparator.ComparatorMapping
Removes a pair of elements.
delParent(XBRLDocument) - Method in class com.ihr.xbrl.om.XBRLDocument
Del parent.
delPassword(String, String) - Method in class com.ihr.xbrl.util.PasswordsVaultConfigurationManager
Del password.
delResource(XBRLResource) - Method in class com.ihr.xbrl.om.DTSContainer
Eliminates a resource form the DTS except if the class is marked with NotRegistrableResource interface.
delRoleType(XBRLRoleType) - Method in class com.ihr.xbrl.om.DTSContainer
Unregister a registered roleType.
delRoleTypeForExtendedLink(QName, XBRLRoleType) - Method in class com.ihr.xbrl.om.DTSContainer
Removes or decreases the count of role types for a linkbase type.
delRound(String) - Method in class com.ihr.xbrl.mapper.source.worksheet.AbstractWorksheetDataSource
Removes rounding information from this file.
delRuleMap(String) - Method in class com.ihr.xbrl.mapper.source.worksheet.AbstractWorksheetDataSource
Removes a rule mapping using the rule identifier key.
delScheme(Scheme) - Method in interface com.ihr.xbrl.dts.SchemesProvider
Removes a scheme from the list.
delScheme(Scheme) - Method in class com.ihr.xbrl.dts.SchemesProviderImpl
 
delSection(Section) - Method in class com.ihr.xbrl.mapper.MapperBase
Del section.
delText(int) - Method in class com.ihr.xbrl.versioning.Action
Removes text added to this action.
delText(int) - Method in class com.ihr.xbrl.versioning.Assignment
Del text.
delUnit(XBRLUnit) - Method in class com.ihr.xbrl.om.instance.XBRLInstance
Removes an unit from the instance document.
delUse(XBRLRelationship) - Method in class com.ihr.xbrl.om.taxonomy.XBRLArcroleType
Del use.
delUse(XMLFragment) - Method in class com.ihr.xbrl.om.taxonomy.XBRLRoleType
Del use.
delXBRLDocument(XBRLDocument) - Method in class com.ihr.xbrl.om.instance.XBRLInstance
Detach an XBRLDocument from the set of XBRLDocuments to include in this instance's DTS.
denominator - Static variable in class com.ihr.xbrl.om.instance.XBRLFactNumeric
The Constant denominator.
DescendantAspectOrFilter - Class in com.rs.xbrl.instructions.formula
The Class DescendantAspectOrFilter.
DescendantAspectOrFilter(String, ConceptParserResult, ConceptParserResult, String) - Constructor for class com.rs.xbrl.instructions.formula.DescendantAspectOrFilter
Instantiates a new descendant aspect or filter.
DescendantOrSelfAspectOrFilter - Class in com.rs.xbrl.instructions.formula
The Class DescendantOrSelfAspectOrFilter.
DescendantOrSelfAspectOrFilter(String, ConceptParserResult, ConceptParserResult, String) - Constructor for class com.rs.xbrl.instructions.formula.DescendantOrSelfAspectOrFilter
Instantiates a new descendant or self aspect or filter.
Dimension<T> - Interface in com.ihr.xbrl.dts
This is a representation of something that is a dimension in an instance document or DTS.
DIMENSION - Static variable in class com.ihr.xbrl.om.formula.aspects.CommonAspectRule
The Constant DIMENSION.
dimension - Static variable in class com.ihr.xbrl.om.formula.filters.XBRLAspectCoverFilter
The Constant dimension.
dimension - Static variable in class com.ihr.xbrl.om.formula.filters.XBRLRelativeFilter
The Constant dimension.
DIMENSION - Static variable in class com.ihr.xbrl.om.table.definition.CommonAspectRule
The Constant DIMENSION.
DIMENSION - Static variable in exception com.ihr.xbrl.om.xdt.errors.XDTDimensionDomainTargetError
The Constant DIMENSION.
Dimension.DimensionType - Enum in com.ihr.xbrl.dts
The Enum DimensionType.
DIMENSION_ADDED - Static variable in class com.ihr.xbrl.dts.InstanceExplorerEvent
The Constant DIMENSION_ADDED.
dimension_default_arcrole_URI - Static variable in class com.ihr.xbrl.om.xdt.XDTProcessor
http://xbrl.org/int/dim/arcrole/dimension-default
DIMENSION_DELETED - Static variable in class com.ihr.xbrl.dts.InstanceExplorerEvent
The Constant DIMENSION_DELETED.
dimension_domain_arcrole_URI - Static variable in class com.ihr.xbrl.om.xdt.XDTProcessor
http://xbrl.org/int/dim/arcrole/dimension-domain
DimensionalInstanceExplorer - Class in com.ihr.xbrl.dts
This class provides methods to investigate the content of an XBRL instance document from a high level point of view so the development of tools reading the content of instance document will be much easier.
DimensionalInstanceExplorer(LangsProvider, HasBoySupport, HasDimensionsTableHeaderItem, HasAccessSelectedRole, DefaultUnitProviderInterface, HandleInstantMode) - Constructor for class com.ihr.xbrl.dts.DimensionalInstanceExplorer
Instantiates a new dimensional instance explorer.
DimensionAndFragmentMemberPair - Class in com.ihr.xbrl.om.xdt
The Class DimensionAndFragmentMemberPair.
DimensionAndFragmentMemberPair(QName, XMLFragment) - Constructor for class com.ihr.xbrl.om.xdt.DimensionAndFragmentMemberPair
Create a new dimension and member pair.
DimensionAndMemberAspectOrFilter - Class in com.rs.xbrl.instructions.formula
The Class DimensionAndMemberAspectOrFilter.
DimensionAndMemberAspectOrFilter(String, ConceptParserResult, ConceptParserResult, String) - Constructor for class com.rs.xbrl.instructions.formula.DimensionAndMemberAspectOrFilter
Instantiates a new dimension and member aspect or filter.
DimensionAndMemberQNamesPair - Class in com.ihr.xbrl.om.xdt
This is a helper class for tools that require storing together an explicit dimension and a member value.
DimensionAndMemberQNamesPair(QName, QName) - Constructor for class com.ihr.xbrl.om.xdt.DimensionAndMemberQNamesPair
Create a new dimension and member pair.
DimensionAndValuePair<T> - Interface in com.ihr.xbrl.om.xdt
The Interface DimensionAndValuePair.
DimensionAspectInterface - Interface in com.ihr.xbrl.om.formula.aspects
The Interface DimensionAspectInterface.
DimensionAspectInterface<T> - Interface in com.ihr.xbrl.om.table.definition
The Interface DimensionAspectInterface.
DimensionAspectNode<T> - Class in com.ihr.xbrl.om.table.definition
The Class DimensionAspectNode.
dimensionAspectPWD20130517 - Static variable in class com.ihr.xbrl.om.table.definition.XBRLAspectNode
The Constant dimensionAspect.
dimensionAspectREC20140318 - Static variable in class com.ihr.xbrl.om.table.definition.XBRLAspectNode
The Constant dimensionAspectREC20140318.
DimensionCartesianProducts - Class in com.ihr.xbrl.dts
The Class DimensionCartesianProducts.
DimensionCartesianProducts() - Constructor for class com.ihr.xbrl.dts.DimensionCartesianProducts
 
DimensionCommonAspectRule - Class in com.ihr.xbrl.om.formula.aspects
The Class DimensionCommonAspectRule.
DimensionCommonAspectRule(int, XBRLFormula, XdmNode) - Constructor for class com.ihr.xbrl.om.formula.aspects.DimensionCommonAspectRule
Instantiates a new dimension common aspect rule.
DimensionCommonAspectRule - Class in com.ihr.xbrl.om.table.definition
The Class DimensionCommonAspectRule.
DimensionCommonAspectRule(int, XBRLRuleNode, XdmNode) - Constructor for class com.ihr.xbrl.om.table.definition.DimensionCommonAspectRule
Instantiates a new dimension common aspect rule.
DimensionDefaultRule - Class in com.ihr.xbrl.om.table.structural
The Class DimensionDefaultRule.
DimensionDefaultRule(QName, QName) - Constructor for class com.ihr.xbrl.om.table.structural.DimensionDefaultRule
Instantiates a new dimension default rule.
dimensionExplicit - Static variable in class com.ihr.xbrl.om.formula.XBRLFormula
The Constant dimensionExplicit.
DimensionExplicitRule - Class in com.ihr.xbrl.om.formula.aspects
The Class DimensionExplicitRule.
DimensionExplicitRule(XBRLFormula, XdmNode) - Constructor for class com.ihr.xbrl.om.formula.aspects.DimensionExplicitRule
Instantiates a new dimension explicit rule.
DimensionExplicitRule - Class in com.ihr.xbrl.om.table.definition
The Class DimensionExplicitRule.
DimensionExplicitRule(XBRLRuleNode, XdmNode) - Constructor for class com.ihr.xbrl.om.table.definition.DimensionExplicitRule
Instantiates a new dimension explicit rule.
DimensionFilter - Class in com.ihr.xbrl.filters
The Class DimensionFilter.
dimensionItemQName - Static variable in class com.ihr.xbrl.om.xdt.XDTProcessor
xbrldt:dimensionItem.
dimensionQName - Static variable in class com.ihr.xbrl.om.xdt.XDTProcessor
"dimension" as a QName in the no namespace.
DimensionRuleSet - Class in com.ihr.xbrl.om.formula.aspects
The Class DimensionRuleSet.
DimensionRuleSet() - Constructor for class com.ihr.xbrl.om.formula.aspects.DimensionRuleSet
Instantiates a new dimension rule set.
DimensionRuleSet - Class in com.ihr.xbrl.om.table.definition
The Class DimensionRuleSet.
DimensionRuleSet() - Constructor for class com.ihr.xbrl.om.table.definition.DimensionRuleSet
Instantiates a new dimension rule set.
DIMENSIONS_FINISHED - Static variable in class com.ihr.xbrl.dts.InstanceExplorerEvent
The Constant DIMENSIONS_FINISHED.
DimensionsAspectInterface<T> - Interface in com.ihr.xbrl.om.table.definition
The Interface DimensionsAspectInterface.
dimensionsTest - Variable in class com.ihr.xbrl.om.formula.XBRLVariableFact
The dimensions test.
dimensionTyped - Static variable in class com.ihr.xbrl.om.formula.XBRLFormula
The Constant dimensionTyped.
DimensionTypedRule - Class in com.ihr.xbrl.om.formula.aspects
The Class DimensionTypedRule.
DimensionTypedRule(XBRLFormula, XdmNode) - Constructor for class com.ihr.xbrl.om.formula.aspects.DimensionTypedRule
Instantiates a new dimension typed rule.
DimensionTypedRule - Class in com.ihr.xbrl.om.table.definition
The Class DimensionTypedRule.
DimensionTypedRule(XBRLRuleNode, XdmNode) - Constructor for class com.ihr.xbrl.om.table.definition.DimensionTypedRule
Instantiates a new dimension typed rule.
dimensionUserName - Static variable in class com.ihr.xbrl.dts.OpenTableRowKeyMember
The Constant dimensionUserName.
dir - Static variable in class com.ihr.xbrl.om.ZipCascadeURIResolver
The Constant dir.
disableOpen() - Method in interface com.ihr.xbrl.gui.interfaces.HasEnableDisableOpenMenus
Called when menus has to be set to "disabled" state.
disableOpen() - Method in class com.ihr.xbrl.store.StorageService
 
disassemble(Object) - Method in class com.ihr.xbrl.pojo.DB2ByteArray
 
disassemble(Object) - Method in class com.ihr.xbrl.pojo.OracleStringType
 
disclosure_label_role_URI - Static variable in class com.ihr.xbrl.om.exLinks.LabelLinkbase
The Constant disclosure_label_role_URI.
discoverDTS(XBRLDTSDocument) - Method in class com.ihr.xbrl.om.exLinks.XBRLExtendedLink
 
discoverDTS(XBRLDTSDocument) - Method in class com.ihr.xbrl.om.exLinks.XBRLLinkbase
 
discoverDTS(XBRLDTSDocument) - Method in class com.ihr.xbrl.om.instance.XBRLInstance
This process MUST not use Schema Aware XPath expressions and MUST be limited to the elements that cause DTS Discovery.
discoverDTS(XBRLDTSDocument) - Method in class com.ihr.xbrl.om.taxonomy.XBRLTaxonomy
 
discoverDTS(XBRLDTSDocument) - Method in class com.ihr.xbrl.om.XBRLDocument
All derived classes MUST implement this method and provide the functionality according to section 3.2 of the XBRL 2.1 specification
discoverDTS(XBRLDTSDocument) - Method in interface com.ihr.xbrl.om.XBRLDTSDocument
Fires the rules of DTS Discovery for this object.
discoverDTS(XBRLDTSDocument) - Method in class com.ihr.xbrl.om.XMLDocumentURI
 
divideBy - Static variable in class com.ihr.xbrl.om.formula.aspects.UnitAspectRule
The Constant divideBy.
divideBy - Static variable in class com.ihr.xbrl.om.table.definition.UnitAspectRule
The Constant divideBy.
divideQNameNode - Static variable in class com.ihr.xbrl.om.instance.XBRLUnit
The Constant divideQNameNode.
DlgSearchJarAndClass - Class in com.ihr.xbrl.gui.jarsearch
The Class DlgSearchJarAndClass.
DlgSearchJarAndClass(Window) - Constructor for class com.ihr.xbrl.gui.jarsearch.DlgSearchJarAndClass
Instantiates a new dlg search jar and class.
DlgSearchJarAndClass.ClassSelectionTableModel - Class in com.ihr.xbrl.gui.jarsearch
The Class ClassSelectionTableModel.
DlgSearchJarAndClass.ClassSelectionTableModel() - Constructor for class com.ihr.xbrl.gui.jarsearch.DlgSearchJarAndClass.ClassSelectionTableModel
 
DlgUserDialect - Class in com.ihr.xbrl.gui.common.userdriver
The Class DlgUserDialect.
DlgUserDialect(Window) - Constructor for class com.ihr.xbrl.gui.common.userdriver.DlgUserDialect
Instantiates a new dlg user dialect.
DlgUserDriver - Class in com.ihr.xbrl.gui.common.userdriver
The Class DlgUserDriver.
DlgUserDriver(Window) - Constructor for class com.ihr.xbrl.gui.common.userdriver.DlgUserDriver
Instantiates a new dlg user driver.
DlgValidationErrorsInterface - Interface in com.ihr.xbrl.gui.interfaces
The Interface DlgValidationErrorsInterface.
DOC_DOES_NOT_EXIST_OR_CANNOT_BE_OPENED - Static variable in exception com.ihr.xbrl.om.errors.DTSDiscoveryException
The Constant DOC_DOES_NOT_EXIST_OR_CANNOT_BE_OPENED.
DOC_DOES_NOT_LOOK_LIKE_AN_XBRLDOCUMENT - Static variable in exception com.ihr.xbrl.om.errors.DTSDiscoveryException
The Constant DOC_DOES_NOT_LOOK_LIKE_AN_XBRLDOCUMENT.
DOC_IS_NOT_XBRLDOCUMENT - Static variable in exception com.ihr.xbrl.om.errors.DTSDiscoveryException
The Constant DOC_IS_NOT_XBRLDOCUMENT.
doCallInstallDTSURIResolver(HasCreateDTSUriResolver) - Method in class com.ihr.xbrl.om.DTSContainer
Executes a call to the method createAndRegisterDTSUriResolver on the class passed in as a parameter.
doCallInstallFormulaParameterResolver(HasCreateFormulaParameterResolver) - Method in class com.ihr.xbrl.om.DTSContainer
Do call install formula parameter resolver.
docNodeName - Static variable in class com.ihr.xbrl.om.instance.XBRLInstance
The document node name.
documentAction(Path, XBRLFactsList, XBRLTaxonomy, Namespace, GenericLinkbase, XBRLInstance, boolean, URI) - Static method in class com.ihr.xbrl.versioning.ReportWriter
recursive function.
documentation_label_role_URI - Static variable in class com.ihr.xbrl.om.exLinks.LabelLinkbase
The Constant documentation_label_role_URI.
documentException(Throwable) - Static method in exception com.ihr.xbrl.om.errors.XBRLValidationException
Document exception.
documentStoredEvent(StorageEvent) - Method in class com.ihr.xbrl.pojo.etl.ExtractionEngine
 
documentStoredEvent(StorageEvent) - Method in interface com.ihr.xbrl.store.StorageEventListener
Document stored event.
documentStoredEvent(StorageEvent) - Method in class com.ihr.xbrl.store.StorageService
 
domain_member_arcrole_URI - Static variable in class com.ihr.xbrl.om.xdt.XDTProcessor
http://xbrl.org/int/dim/arcrole/domain-member
DomainNode - Class in com.ihr.xbrl.om.xenum
The Class DomainNode.
DomainNode(XMLElementDefinition) - Constructor for class com.ihr.xbrl.om.xenum.DomainNode
Instantiates a new domain node.
doStoreDTS(XBRLDocument, Session, boolean, boolean, Level, StorageEventListener[]) - Method in class com.ihr.xbrl.store.StorageService
Starts the storage of a DTS into the database in an unattended new thread.
doStoreDTS(String, XBRLDocument, Session, boolean, boolean, Level, StorageEventListener[]) - Method in class com.ihr.xbrl.store.StorageService
Starts the storage of a DTS into the database in an unattended new thread.
doStoreDTS(URI[], String, DbUtil, HasStoreUserQuestions, HasEnableDisableOpenMenus, HasLoadingBar, HasErrorsHandler, HasLogPanel, boolean, boolean, StorageEventListener[]) - Method in class com.ihr.xbrl.store.StorageService
Starts the storage of a DTS into the database in an unattended new thread.
doTaskbar() - Method in class com.ihr.xbrl.database.pagination.NumberPageScroll
 
doTheWork(Object) - Method in interface com.ihr.xbrl.resolvers.Worker
returns the value that is the result of the work operation.
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.IFRS2010NameOfReportingEntity
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.LastResortCompanyName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.LastResortConceptName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.StaticConceptName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.TaxonomyPrefixConceptName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.TaxonomyPrefixPlus0ConceptName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.TaxonomyPrefixPlus1ConceptName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.TaxonomyPrefixPlus2ConceptName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.TaxonomyPrefixPlus3ConceptName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.TaxonomyPrefixPlus4ConceptName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.TaxonomyPrefixPlus5ConceptName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.USGaapDEI2008EntityRegistrantName
 
doTheWork(Object) - Method in class com.ihr.xbrl.resolvers.workers.USGaapDEI2008TradingSymbol
 
DOTNET - Static variable in class com.ihr.xbrl.om.Platform
The Constant DOTNET.
doubleItemType - Static variable in class com.ihr.xbrl.om.taxonomy.XBRLXSDTypeDefinition
The Constant doubleItemType.
down() - Method in class com.ihr.xbrl.tools.excel.ExcelSheetPoint
Moves this SheetPoint to point to the cell that is below this cell.
down(int) - Method in class com.ihr.xbrl.tools.excel.ExcelSheetPoint
Moves this SheetPoint down n cells.
down(int) - Method in interface com.ihr.xbrl.util.workbooks.SheetPoint
Down.
doWork(String, Object, Supervisor) - Static method in class com.ihr.xbrl.resolvers.ResolversPool
Do the work for the specified role and pass it the required parameters.
DpDimension - Class in com.ihr.xbrl.dts
Dimension for duplicate items if they exist.
DpDimension() - Constructor for class com.ihr.xbrl.dts.DpDimension
Duplicates dimension.
dts - Variable in class com.rs.xbrl.GenerationContext
The dts.
DTS_BUILDER_EXTENDED_LINKS_POLICY - Static variable in class com.rs.xbrl.TaxonomyBuilder
The property DTS_BUILDER_EXTENDED_LINKS_POLICY defines how the tool creates new extended links inside linkbase containers.
DTS_BUILDER_EXTENDED_LINKS_POLICY_CREATE_NEW - Static variable in class com.rs.xbrl.TaxonomyBuilder
This value of the Extended Links Policy indicates that a every instruction in the DTS Definition Language generates a new extended link within the parent container.
DTS_BUILDER_EXTENDED_LINKS_POLICY_REUSE_EXISTING - Static variable in class com.rs.xbrl.TaxonomyBuilder
This value of the Extended Links Policy indicates that a every instruction in the DTS Definition Language generates will try to reuse existing extended links already created in the parent container.
DTS_BUILDER_TARGET_OUT_OF_CURRENT_FILE_MESSAGE - Static variable in class com.rs.xbrl.TaxonomyBuilder
This property control what message level is assigned to the event that occurs when, during the creation of an arc, a resource referenced in the from or to (source or target of the relationship) is out of the file where the arc is created but the ID of the target resource exists on another file.
DTS_DISCOVERY_ALLOWSPACESONURIS - Static variable in class com.ihr.xbrl.om.DTSContainer
Spaces are not allowed in the value space of an URI, but some software vendors failed to implement this rule and this means there are URIs with spaces in some taxonomies (at the SEC there are some... and taxonomies in asian countries might also contain space too).
DTS_DISCOVERY_EXCEPTION - Static variable in exception com.ihr.xbrl.om.errors.XBRLValidationException
The Constant DTS_DISCOVERY_EXCEPTION.
DTS_DISCOVERY_FILE_NAME_DIFFERS - Static variable in class com.ihr.xbrl.om.errors.XBRLInconsistency
The Constant DTS_DISCOVERY_FILE_NAME_DIFFERS.
DTS_DISCOVERY_ON_DIFFERENT_FILE_NAMES - Static variable in class com.ihr.xbrl.om.DTSContainer
The DTS_DISCOVERY_ON_DIFFERENT_FILE_NAMES property specifies how the processor reacts when a reference to a file differs from the real file name on the file system but the file subsystem resolves to the same file name.
DTS_DISCOVERY_PRELOAD_OFFICIAL_SCHEMAS - Static variable in class com.ihr.xbrl.om.DTSContainer
The DTS_DISCOVERY_PRELOAD_OFFICIAL_SCHEMAS property is used internally by the processor to decide if, after creating a new DTSContainer instance, the official schemas from XBRL International will be loaded in the XML processor.
DTS_DISCOVERY_TRUST_NAMESPACES_ONLY - Static variable in class com.ihr.xbrl.om.DTSContainer
The DTS_DISCOVERY_TRUST_NAMESPACES_ONLY property is used internally by the processor to decide about the strategy to load or reject a new schema will be loaded into the processor based on the new schema target namespace or in both, the target namespace and the schema location.
DTS_NAME_PROPERTY - Static variable in class com.ihr.xbrl.mapper.util.LoadMapperInThread
This is a very common property used by calling applications that requires to set a name to the DTS after loading.
DTS_NAME_PROPERTY - Static variable in class com.ihr.xbrl.util.LoadDTSInThread
This is a very common property used by calling applications that requires to set a name to the DTS after loading.
DTS_PROXY_HEADER - Static variable in class com.ihr.xbrl.om.DTSContainer
The DTS_PROXY_HEADER property is the head of the following three properties: DTS_PROXY_HEADER/address/{n} indicates the proxy address DTS_PROXY_HEADER/port/{n} indicates the proxy port number (no defaults are recognized) DTS_PROXY_HEADER/type/{n} indicates the proxy type "HTTP" or "SOCKS" are recognized types.
DTS_RESOLVER - Static variable in class com.ihr.xbrl.om.DTSContainer
The DTS_RESOLVER property is used in order to add additional DTS URI resolvers to the default ones after the DTS configuration process has been finished.
DTS_SHOW_EXACTITUDE_DETAILS - Static variable in class com.ihr.xbrl.om.DTSContainer
The DTS_SHOW_EXACTITUDE_DETAILS property controls how the values for the calculation inconsistencies are converted to strings.
DTS_STORE_CACHE_ENABLE - Static variable in class com.ihr.xbrl.om.DTSContainer
The DTS_STORE_CACHE_ENABLE property is used to enable or disable the use of a dynamic cache.
DTS_STORE_CACHE_PATH - Static variable in class com.ihr.xbrl.om.DTSContainer
if this property is set, during the DTS discovery process, when a file comes from the Internet, a copy of the file will be written to a directory down on this folder.
DTS_THIN - Static variable in class com.ihr.xbrl.om.DTSContainer
The DTS_THIN property liberates internal resources that can be obtained back from the original XML nodes and reduces the DTS memory footprint.
DTSBase - Class in com.ihr.xbrl.om.exLinks
a DTSBase is a container of all Extended links with the same value in the xlink:role attribute It doesn't matter in which XBRLLinkbase the Extended links are going to be serialized.
DTSBase(DTSContainer, QName, XBRLRoleType) - Constructor for class com.ihr.xbrl.om.exLinks.DTSBase
Creates an empty base (no extended links).
DTSBaseSet - Class in com.ihr.xbrl.om.exLinks
The Class DTSBaseSet.
DTSBaseSet() - Constructor for class com.ihr.xbrl.om.exLinks.DTSBaseSet
 
DTSCapture - Class in com.ihr.xbrl.util
This small application shall capture remote files while loading a DTS.
DTSCapture() - Constructor for class com.ihr.xbrl.util.DTSCapture
 
DTSCascadeSchemaURIResolver - Interface in com.ihr.xbrl.om
This interface joins two interfaces in one Interface declaration.
DTSCascadeURIResolver - Interface in com.ihr.xbrl.om
A URI resolver that implements this interface can be installed in a cascade of uri resolvers.
DTSCatalogURIResolver - Class in com.ihr.xbrl.om
This is a wrapper class to a CatalogResolver.
DTSCatalogURIResolver(URIResolver) - Constructor for class com.ihr.xbrl.om.DTSCatalogURIResolver
Creates a CatalogResolver it is responsibility of the parent method to install the resolver in the chain.
DTSCatalogURIResolver(SchemaURIResolver) - Constructor for class com.ihr.xbrl.om.DTSCatalogURIResolver
Creates a CatalogResolver it is responsibility of the parent method to install the resolver in the chain.
DTSComparator - Class in com.ihr.xbrl.comparator
Compares two DTSs according to the rules of the XVS document.
DTSComparator() - Constructor for class com.ihr.xbrl.comparator.DTSComparator
Instantiates a new DTS comparator.
DTSComparator(DTSContainer, DTSContainer) - Constructor for class com.ihr.xbrl.comparator.DTSComparator
Instantiates a new DTS comparator.
DTSComparator(DTSContainer, DTSContainer, ComparatorMapping<String>, ComparatorMapping<XMLElementDefinition>, ComparatorMapping<String>, ComparatorMapping<XBRLResource>) - Constructor for class com.ihr.xbrl.comparator.DTSComparator
A DTS Comparator investigates the differences between two DTSs.
DTSContainer - Class in com.ihr.xbrl.om
The DTSContainer is the root class that ties all pieces in a DTS together One instance of a DTSContainer is required on the creator of almost every object in this API.
DTSContainer - Class in com.ihr.xbrl.pojo
The Class DTSContainer.
DTSContainer() - Constructor for class com.ihr.xbrl.pojo.DTSContainer
 
DTSContainer.IteratorConcepts - Class in com.ihr.xbrl.om
This class joins an iterator over XBRLItem and another iterator over XBRLTuple together into a single Iterator over XMLElementDefinition objects.
DTSContainer.IteratorConcepts(Iterator<XBRLItem>, Iterator<XBRLTuple>) - Constructor for class com.ihr.xbrl.om.DTSContainer.IteratorConcepts
Instantiates a new iterator concepts.
DTSContainer.ProcessorAndSchemaCompiler - Class in com.ihr.xbrl.om
Helper class to encapsulate the saxonica Processor of this DTSContainer and a saxonica SchemaCompiler together.
DTSContainer.ProcessorAndSchemaCompiler() - Constructor for class com.ihr.xbrl.om.DTSContainer.ProcessorAndSchemaCompiler
 
DTSContainer.Status - Enum in com.ihr.xbrl.om
The Enum Status.
DTSContainerPropertiesHelper - Class in com.ihr.xbrl.om
This class holds a static configuration of DTSContainer properties in order to help in the development of GUIs about which properties belongs to every processor and which are the allowed property values.
DTSDiscoveryException - Exception in com.ihr.xbrl.om.errors
This exception is generated if there are errors while processing the DTS Discovery of the files included in the DTS.
DTSDiscoveryException(int, XMLDocumentURI) - Constructor for exception com.ihr.xbrl.om.errors.DTSDiscoveryException
Instantiates a new DTS discovery exception.
DTSDiscoveryException(int, URI) - Constructor for exception com.ihr.xbrl.om.errors.DTSDiscoveryException
Instantiates a new DTS discovery exception.
DTSDiscoveryException(int) - Constructor for exception com.ihr.xbrl.om.errors.DTSDiscoveryException
Instantiates a new DTS discovery exception.
DTSDiscoveryException(int, Object...) - Constructor for exception com.ihr.xbrl.om.errors.DTSDiscoveryException
Instantiates a new DTS discovery exception.
DTSDiscoveryException(int, Throwable, XBRLDTSDocument, URI, int, int) - Constructor for exception com.ihr.xbrl.om.errors.DTSDiscoveryException
Instantiates a new DTS discovery exception.
DTSDiscoveryException(int, Throwable, XBRLDTSDocument, String) - Constructor for exception com.ihr.xbrl.om.errors.DTSDiscoveryException
Instantiates a new DTS discovery exception.
DTSDiscoveryException(int, Throwable, URI) - Constructor for exception com.ihr.xbrl.om.errors.DTSDiscoveryException
Instantiates a new DTS discovery exception.
DTSExplorer - Class in com.ihr.xbrl.dts
Provides methods to explore a DTS.
DTSExplorer(DTSContainer) - Constructor for class com.ihr.xbrl.dts.DTSExplorer
Instantiates a new DTS explorer.
DTSLoadingBarInterface - Interface in com.ihr.xbrl.gui.interfaces
The Interface DTSLoadingBarInterface.
DUE_TO_XMLNS - Static variable in exception com.ihr.xbrl.om.errors.XBRLValidationExceptionInvalidXPointerSyntaxForXBRL
The Constant DUE_TO_XMLNS.
DUE_TO_XPOINTER - Static variable in exception com.ihr.xbrl.om.errors.XBRLValidationExceptionInvalidXPointerSyntaxForXBRL
The Constant DUE_TO_XPOINTER.
DUPLICATE_ARCROLEREF_EXCEPTION - Static variable in exception com.ihr.xbrl.om.errors.XBRLValidationException
The Constant DUPLICATE_ARCROLEREF_EXCEPTION.
DUPLICATE_EXCEPTION - Static variable in exception com.ihr.xbrl.om.errors.XBRLValidationException
The Constant DUPLICATE_EXCEPTION.
DUPLICATE_ROLEREF_EXCEPTION - Static variable in exception com.ihr.xbrl.om.errors.XBRLValidationException
The Constant DUPLICATE_ROLEREF_EXCEPTION.
DUPLICATE_USED_ON - Static variable in exception com.ihr.xbrl.om.errors.XBRLValidationException
The Constant DUPLICATE_USED_ON.
duplicatesDimension - Static variable in interface com.ihr.xbrl.dts.Dimension
The Constant duplicatesDimension.
duration - Static variable in class com.ihr.xbrl.om.formula.aspects.PeriodAspectRule
The Constant duration.
duration - Static variable in class com.ihr.xbrl.om.table.definition.PeriodAspectRule
The Constant duration.
durationItemType - Static variable in class com.ihr.xbrl.om.taxonomy.XBRLXSDTypeDefinition
The Constant durationItemType.
DynamicCacheCatalogResolver - Class in com.ihr.xbrl.om
The Dynamic Cache Catalog Resolver obtain DTS files that has been stored on disk during DTS Discovery process prior to this one.
DynamicCacheCatalogResolver(URIResolver) - Constructor for class com.ihr.xbrl.om.DynamicCacheCatalogResolver
Instantiates a new dynamic cache catalog resolver.
DynamicCacheCatalogResolver(SchemaURIResolver) - Constructor for class com.ihr.xbrl.om.DynamicCacheCatalogResolver
Instantiates a new dynamic cache catalog resolver.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _