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

Packages that use XMLFragment
com.ihr.xbrl.adins.efm   
com.ihr.xbrl.adins.efm.errors   
com.ihr.xbrl.comparator Provides the classes necessary to compare two DTSs and obtain the differences according to the XVS specification. 
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.mapper.instance   
com.ihr.xbrl.om Provides the classes necessary to start processing XBRL information. 
com.ihr.xbrl.om.assertions   
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.formula.aspects.tests   
com.ihr.xbrl.om.formula.errors   
com.ihr.xbrl.om.formula.filters   
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.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.om.xdt.errors Provides the classes necessary to produce and process XDT related errors or errors related to the XBRL dimensions specification 1.0 This package mirrors the package in the XBRL 2.1 errors but is specific for the errors defined in the Dimensions Specification. 
com.ihr.xbrl.pojo Provides the classes necessary to access to the content of a DTS using POJO technology. 
com.rs.xbrl   
 

Uses of XMLFragment in com.ihr.xbrl.adins.efm
 

Methods in com.ihr.xbrl.adins.efm with parameters of type XMLFragment
 java.lang.String EFMProcessor.getEFMLang(XMLFragment f)
          Returns the value or default value of the xml:lang attribute on the XMLFragment passed in as a parameter.
 java.lang.String EFMProcessor.getEnglishStandardLanguage(XMLFragment f)
          Access to the "English Standard Language" label as defined in the EFM.
 XBRLValidationReport EFMProcessor.validateOneLabelPerRoleAndLang(XMLFragment f)
           
 XBRLValidationReport EFMProcessor.validatePresentationNetworks(XMLFragment elDef)
          Validates EFM rule 6.12.3 An element used in an instance must participate in at least one effective presentation relationship in the DTS of that instance.
 XBRLValidationReport EFMProcessor.validatePresentationPreferredLabels(XMLFragment elDef, java.util.HashSet<XMLFragment> processed)
          Validates EFM rule 6.12.3 An element used in an instance must participate in at least one effective presentation relationship in the DTS of that instance.
 

Method parameters in com.ihr.xbrl.adins.efm with type arguments of type XMLFragment
 XBRLValidationReport EFMProcessor.validatePresentationPreferredLabels(XMLFragment elDef, java.util.HashSet<XMLFragment> processed)
          Validates EFM rule 6.12.3 An element used in an instance must participate in at least one effective presentation relationship in the DTS of that instance.
 

Uses of XMLFragment in com.ihr.xbrl.adins.efm.errors
 

Constructors in com.ihr.xbrl.adins.efm.errors with parameters of type XMLFragment
EFMAttemptToModifyStandardLabel(XBRLResource label, XMLFragment from)
           
EFMCompanyExtensionElementHasReference(XMLFragment from, XBRLResource res)
           
EFMDuplicateLabels(XMLFragment f, java.lang.String lang, XBRLLabelResource prev, XBRLLabelResource to)
           
EFMDuplicateLabelText(XMLFragment f, XMLFragment other, java.lang.String text)
           
EFMElementNotInPresentation(XMLFragment elDef)
           
EFMEnglishStandardLabelMissing(XMLFragment f)
           
EFMMissinLabelForENUSLang(XMLFragment f)
           
EFMMoreThanOneAllRelationshipFound(XMLFragment from, java.lang.String uri)
           
EFMPresentationLinkbaseDuplicateElementSamePrefLabel(XMLFragment elDef, java.lang.String prefLabel)
           
EFMTableIsBothPositiveAndNegative(XMLFragment hc, java.lang.String uri)
           
 

Constructor parameters in com.ihr.xbrl.adins.efm.errors with type arguments of type XMLFragment
EFMUndirectecCyclesInDomain(java.util.HashSet<XMLFragment> domain)
           
 

Uses of XMLFragment in com.ihr.xbrl.comparator
 

Methods in com.ihr.xbrl.comparator that return XMLFragment
 XMLFragment Event.getFrom()
           
 XMLFragment Event.getTo()
           
 XMLFragment XMLFragmentIterator.next()
           
 

Methods in com.ihr.xbrl.comparator with parameters of type XMLFragment
static java.lang.String[] XBRLFragmentWrapper.getCorrespondenceID(XMLFragment item2, DTSComparator comparator, java.util.HashSet<XMLFragment> skipFragments)
          Generates the array of correspondence IDs for an XMLFragment
static java.lang.String XBRLFragmentWrapper.getIdentificationID(XMLFragment item2)
          The Item Identification ID is an string identifying the concept in a DTS
 void Event.setFrom(XMLFragment left)
           
 void Event.setTo(XMLFragment right)
           
 

Method parameters in com.ihr.xbrl.comparator with type arguments of type XMLFragment
static java.lang.String[] XBRLFragmentWrapper.getCorrespondenceID(XMLFragment item2, DTSComparator comparator, java.util.HashSet<XMLFragment> skipFragments)
          Generates the array of correspondence IDs for an XMLFragment
 

Constructors in com.ihr.xbrl.comparator with parameters of type XMLFragment
Event(java.lang.String note, int type, XMLFragment left, XMLFragment right, Event parent)
           
XBRLFragmentWrapper(XMLFragment item, DTSComparator comparator)
          Creates a XBRLFragmentWrapper object.
 

Uses of XMLFragment in com.ihr.xbrl.dts
 

Methods in com.ihr.xbrl.dts that return XMLFragment
 XMLFragment XMLFragmentMember.getMember()
           
 XMLFragment XBRLTreeNode.getNode()
          Normally this can be casted to an XMLElementDefinition
 XMLFragment XMLFragmentMember.toFragment(DTSContainer dts)
           
 XMLFragment PMember.toFragment(DTSContainer dts)
           
 XMLFragment MemberQName.toFragment(DTSContainer dts)
           
 

Methods in com.ihr.xbrl.dts with parameters of type XMLFragment
 java.lang.String TypedDimensionsDomainController.get(javax.xml.namespace.QName dimensionName, XMLFragment dimensionValue)
          Obtains the text representing a typed dimension value
 void TypedDimensionsDomainController.setValueForDimension(Dimension<?> key, XMLFragment value, java.lang.String name)
          Stores a value for a typed dimension in the dimension domain container.
 

Constructors in com.ihr.xbrl.dts with parameters of type XMLFragment
XBRLTreeNode(XBRLTreeNode parent, XMLFragment node, XBRLTreeWalker walker, XBRLRoleType labelRole, java.lang.String weight)
          Creates an XBRLTreeNode.
XBRLTreeRoot(XMLFragment node, XBRLRoleType labelRole, XBRLTreeWalker walker)
           
XMLFragmentMember(XMLFragment fragment, Dimension<?> dim, java.lang.String text)
           
 

Uses of XMLFragment in com.ihr.xbrl.formula
 

Subclasses of XMLFragment in com.ihr.xbrl.formula
 class FlMessage
           
 

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

Subclasses of XMLFragment in com.ihr.xbrl.mapper.instance
 class MapperContext2
          This class represents a context in the mapper.
 class MapperContext3
          This class represents a context in the mapper.
 class MapperContextBase
           
 class MapperPeriod2
          This class represents the content of a period that contains tokens in order to facilitate dynamic context content
 class MapperPeriod3
          This class represents the content of a period that contains tokens in order to facilitate dynamic context content
 class MapperPeriodBase
           
 

Methods in com.ihr.xbrl.mapper.instance that return types with arguments of type XMLFragment
 java.util.Iterator<XMLFragment> MapperPeriodBase.getElements()
           
 java.util.Iterator<XMLFragment> MapperPeriod.getElements()
           
 

Uses of XMLFragment in com.ihr.xbrl.om
 

Subclasses of XMLFragment in com.ihr.xbrl.om
 class XBRLAttribute
          This is an XML Attribute used in relation with an XMLFragment
 class XBRLDocument
          Contains the Properties of the object 2.2.2 XBRL Document Information Item The [Document URI] property is provided by the parent class XMLDocumentURI The [Document Information Item] property is provided by the root class XMLFragment The [Additional Properties] Properties are provided by classes derived by extension of this class
 class XBRLSimpleLink
          This class represents a simple link XBRL simple links are: schemaRef, linkbaseRef, roleRef, arcroleRef As this class is abstract this object takes care just the details about XLink simple links as, for example, the attributes.
 class XMLDocumentURI
          This class represents an XML Document that exist in a DTS.
 

Fields in com.ihr.xbrl.om with type parameters of type XMLFragment
static EmptyIterator<XMLFragment> XMLFragment.EMPTYXMLFRAGMENTITERATORINSTANCE
          Implements an empty Iterator over XMLFragments returned when there are no XMLFragments to iterate over
 

Methods in com.ihr.xbrl.om that return XMLFragment
 XMLFragment XMLFragment.clone()
           
 XMLFragment XMLFragment.clone(DTSContainer newDTS)
           
 XMLFragment XMLFragment.getChild(int index)
          Direct access to the nth child node from this node as parent.
 XMLFragment DTSContainer.getConcept(javax.xml.namespace.QName concept)
          Returns a concept declaration in the DTS regardless it is a tuple, item or pure element returns null if the concept is not defined in the DTS or if the value of the QName for the concept parameter is null
 XMLFragment XBRLDocument.getElementById(java.lang.String id)
          This method returns the XMLFragment associated to the id received as a parameter.
 XMLFragment DTSContainer.getResource(java.lang.String resourceRole, javax.xml.namespace.QName resourceType, java.lang.String content, java.util.Vector<XMLFragment> attributes, net.sf.saxon.value.Value value, java.util.Vector<java.lang.String> xpathChildren)
          Search for a resource in the DTS with the given id.
 XMLFragment DTSContainer.resolveXPointer(java.net.URI uriHref, XMLDocumentURI doc)
          resolve the XPointer to the node pointed to and returns the XMLFragment it points to or null if none can be found.
 

Methods in com.ihr.xbrl.om that return types with arguments of type XMLFragment
 java.util.Iterator<XMLFragment> XMLFragment.getElements()
          For complex type resources this returns an iterator with all children XML fragments Tthis method may be overwriten by other classes in the hierarchy
 

Methods in com.ihr.xbrl.om with parameters of type XMLFragment
 void XMLFragment.addChild(XMLFragment f)
          Sets the resource value to a comples type value and adds a fragment to it
 boolean XBRLDocument.addIdOfElement(XMLFragment newElement)
          Adds the id of newElement to the set of IDs stored in this document.
 boolean XBRLDocument.addIdOfElement(XMLFragment newElement, java.lang.String id)
          Adds the id of newElement to the set of IDs stored in this document.
 void XBRLDocument.changeElementId(XMLFragment newEl, java.lang.String oldId, java.lang.String newId)
          Changes the key of an element in the internal itemsById hashtable but does not change the id on the target element.
 XBRLRelationship DTSContainer.getRelationship(java.lang.String extendedLink, javax.xml.namespace.QName relationshipType, java.lang.String arcrole, java.util.Vector<XMLFragment> attributes, XMLFragment source, XMLFragment target)
          Returns the relationship that matches the search criteria.
 void XMLFragment.removeChild(XMLFragment f)
          Removes an XMLFragment from the list of children elements of this resource
 void XBRLDocument.removeIdOfElement(XMLFragment element)
           
 boolean XMLFragment.valueEquals(XMLFragment o)
          Returns true if this elements' values is equal to the parameters' element value.
 

Method parameters in com.ihr.xbrl.om with type arguments of type XMLFragment
 XBRLRelationship DTSContainer.getRelationship(java.lang.String extendedLink, javax.xml.namespace.QName relationshipType, java.lang.String arcrole, java.util.Vector<XMLFragment> attributes, XMLFragment source, XMLFragment target)
          Returns the relationship that matches the search criteria.
 XMLFragment DTSContainer.getResource(java.lang.String resourceRole, javax.xml.namespace.QName resourceType, java.lang.String content, java.util.Vector<XMLFragment> attributes, net.sf.saxon.value.Value value, java.util.Vector<java.lang.String> xpathChildren)
          Search for a resource in the DTS with the given id.
 void XMLFragment.setElements(java.util.Iterator<XMLFragment> elementsIter)
           
 

Constructors in com.ihr.xbrl.om with parameters of type XMLFragment
XMLFragment(DTSContainer newDTS, XMLFragment other)
          Copy all properties from the other object but sets the DTS to a new one.
XMLFragment(XMLFragment other)
          Copy constructor for an XMLFragment
 

Uses of XMLFragment in com.ihr.xbrl.om.assertions
 

Subclasses of XMLFragment in com.ihr.xbrl.om.assertions
 class XBRLAssertion
           
 class XBRLConsistencyAssertion
           
 class XBRLExistenceAssertion
           
 class XBRLValueAssertion
           
 

Methods in com.ihr.xbrl.om.assertions that return XMLFragment
 XMLFragment XBRLAssertion.getEvaluationContext()
           
 

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

Constructors in com.ihr.xbrl.om.errors with parameters of type XMLFragment
XBRLValidationExceptionConceptLabelProhibitedInvalidTarget(XBRLArc arc, XMLFragment x)
           
XBRLValidationExceptionConceptNotFoundCreatingFact(XMLFragment xf)
           
XBRLValidationExceptionConceptReferenceProhibitedInvalidTarget(XBRLArc arc, XMLFragment x)
           
XBRLValidationExceptionFootnoteLangMissing(XMLFragment to)
           
XBRLValidationExceptionTargetIsNotConcept(XBRLTaxonomy taxonomy, java.lang.String id, XMLFragment fragment)
           
XBRLValidationExceptionTargetIsNotContext(XBRLInstance file, java.lang.String id, XMLFragment fragment)
           
XBRLValidationExceptionTargetIsNotFact(XBRLInstance instance, java.lang.String id, XMLFragment fragment)
           
XBRLValidationExceptionTargetIsNotUnit(XBRLInstance file, java.lang.String id, XMLFragment fragment)
           
 

Constructor parameters in com.ihr.xbrl.om.errors with type arguments of type XMLFragment
XBRLValidationExceptionInvalidDirectedCyclesFound(XBRLRelationship rel, java.util.Collection<XMLFragment> elements)
           
XBRLValidationExceptionInvalidUndirectedCyclesFound(XBRLRelationship rel, java.util.HashSet<XMLFragment> elements)
           
 

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

Subclasses of XMLFragment in com.ihr.xbrl.om.exLinks
 class CalculationLinkbase
           
 class DefinitionLinkbase
           
 class FootnoteLinkbase
           
 class FormulaLinkbase
           
 class GenericLinkbase
           
 class LabelLinkbase
           
 class OtherLinkbase
          The OtherLinkbase object fits in linkbases that are out of the scope of written specifications but are right because they agree with the In previous versions of the API the Generic Linkbase was created for Generic and Other linkbase types.
 class PresentationLinkbase
           
 class ReferenceLinkbase
           
 class VersionLinkbase
          Deprecated. this is a very old class that is no longer used in the system. Versioning information is not going to be stored in a linkbase anymore
 class XBRLArc
           
 class XBRLArcroleRef
           
 class XBRLDocumentation
          This class represents the 2.2.13 XBRL Documentation Information Item
 class XBRLExtendedLink
           
 class XBRLLabelResource
          Label resources are the object model representation of the link:label elements in label Linkbases
 class XBRLLinkbase
          Provides the properties of the XBRL Linkbase information item The [Parent] property is the parent class XBRLDocument An XBRL Linkbase is just the container of documentation and extended links.
 class XBRLLinkbaseRef
          Creates a linkbase ref element that will be serialized in a schema or instance document.
 class XBRLLocator
          This is not part of the XBRL Infoset.
 class XBRLPointerOfARelationship
          This is a XBRL Pointer Information Item Classes are: XBRLResource XBRLLocator
 class XBRLRelationship
           
 class XBRLResource
          This is the base type for XBRL resources.
 class XBRLRoleRef
           
 class XLinkElement
          Base class for elements that contains attributes according to the XLink Specification.
 

Methods in com.ihr.xbrl.om.exLinks that return XMLFragment
 XMLFragment XBRLRelationship.getFrom()
          Access to the [From] property of a relationship
 XMLFragment XBRLLocator.getReference()
          Access to the [Reference] property.
 XMLFragment XBRLRelationship.getSource()
          The relationship [source] is the same as the relationship [From] property
 XMLFragment XBRLRelationship.getTarget()
          The relationship [target] is the same as the relationship [To] property
 XMLFragment XBRLRelationship.getTo()
          Access to the [To] property of a relationship
 

Methods in com.ihr.xbrl.om.exLinks that return types with arguments of type XMLFragment
 java.util.Iterator<XMLFragment> XBRLLinkbase.getElements()
           
 java.util.Iterator<XMLFragment> XBRLExtendedLink.getElements()
           
 java.util.Iterator<XMLFragment> XBRLArc.getObjectsFrom()
          Access to the [From relationship Information Items] property The first time the methid is called the objectsFrom Vector is created and data obtained from the DTS.
 java.util.Iterator<XMLFragment> XBRLArc.getObjectsTo()
          Access to the [From relationship Information Items] property
 

Methods in com.ihr.xbrl.om.exLinks with parameters of type XMLFragment
 void XBRLResource.addChild(XMLFragment f)
          Sets the resource value to a comples type value and adds a fragment to it
 void XBRLArc.removeFrom(XMLFragment ref)
           
 void XBRLArc.removeTo(XMLFragment ref)
           
 void XBRLRelationship.setFrom(XMLFragment newFrom)
          sets the [From] property of this relationship
 void XBRLRelationship.setTo(XMLFragment newTo)
          Sets the [To] property of this relationship
 

Method parameters in com.ihr.xbrl.om.exLinks with type arguments of type XMLFragment
static boolean XBRLArc.CompareTwoLocatorSets(java.util.Vector<XMLFragment> set1, java.util.Vector<XMLFragment> set2)
           
static boolean XBRLArc.CompareTwoLocatorSets(java.util.Vector<XMLFragment> set1, java.util.Vector<XMLFragment> set2)
           
 

Constructors in com.ihr.xbrl.om.exLinks with parameters of type XMLFragment
XBRLLocator(XMLFragment reference)
           
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 XMLFragment in com.ihr.xbrl.om.formula
 

Subclasses of XMLFragment in com.ihr.xbrl.om.formula
 class XBRLCustomFunction
           
 class XBRLFormula
           
 class XBRLFormulaResource
           
 class XBRLVariableEqualityDefinition
           
 class XBRLVariableFact
           
 class XBRLVariableGeneral
           
 class XBRLVariableParameter
           
 class XBRLVariablePrecondition
           
 class XBRLVariableResource
           
 class XBRLVariableSetResource
           
 

Methods in com.ihr.xbrl.om.formula that return XMLFragment
 XMLFragment FContext.getDimension(javax.xml.namespace.QName dimName)
          Returns the dimension value associated to the dimension passed in in the dimName parameter.
 XMLFragment XBRLFormulaProcessor.getElementById(java.lang.String id, java.net.URI documentURI)
           
 XMLFragment XMLEvaluationContextProvider.getEvaluationContext()
           
 XMLFragment XBRLFormula.getEvaluationContext()
           
 

Methods in com.ihr.xbrl.om.formula that return types with arguments of type XMLFragment
 java.util.Collection<XMLFragment> FContext.getNonDimensionalInformation(int container)
          Returns a collection of fragments with non dimensional information in the context container indicated in the parameter.
 

Methods in com.ihr.xbrl.om.formula with parameters of type XMLFragment
 void FContext.add(XMLFragment fr, int container, boolean bIsOcc)
           
 net.sf.saxon.s9api.XdmValue XBRLVariableResourceUse.evaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> evaluatedVars)
          Evaluates this variable value.
 Evaluation XBRLVariableParameter.evaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> availableVars, XBRLVariableSetResource set)
           
 Evaluation XBRLVariableInternal.evaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> availableVars, XBRLVariableSetResource set)
           
 Evaluation XBRLVariableGeneral.evaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> availableVars, XBRLVariableSetResource set)
           
 Evaluation XBRLVariableFormulaEvaluable.evaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> availableVars, XBRLVariableSetResource set)
          Evaluates the resource internal XPath expression and returns either the returned value from the XPath expression or the fall back value in the case of variables that may have a fall back value and the rawEvaluation of the XPath expression results in the empty sequence.
 Evaluation XBRLVariableFact.evaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> availableVars, XBRLVariableSetResource set)
           
 net.sf.saxon.s9api.XPathCompiler XBRLFormulaProcessor.getFPXPathCompiler(net.sf.saxon.om.NamespaceResolver namespaceResolver, XMLFragment fragment, boolean schemaAware)
          Always return a new XPathCompiler object with the IndependentContext namespace Resolver set to the namespaceResolver supplied as a parameter.
static boolean FContext.isExplicitDimensionContainer(XMLFragment fragment)
          returns true if the XMLFragment passed in as a parameter is a container for explicit dimensions
static boolean FContext.isTypedDimensionContainer(XMLFragment fragment)
          returns true if the XMLFragment passed in as a parameter is a container for explicit dimensions
 boolean XBRLFormulaProcessor.matcheable(XBRLFact fact1, XBRLFact fact2, int aspectModel, XMLFragment context)
          Computes if two facts are aspect-matched input facts as defined in the Formula specification.
 Evaluation XBRLVariableParameter.rawEvaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> availableVars)
           
 Evaluation XBRLVariableInternal.rawEvaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> availableVars)
           
 Evaluation XBRLVariableGeneral.rawEvaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> availableVars)
           
 Evaluation XBRLVariableFormulaEvaluable.rawEvaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> availableVars)
          Evaluates the resource internal XPath expression and returns the sequence.
 Evaluation XBRLVariableFact.rawEvaluateValue(XMLFragment evaluationContext, java.util.Collection<XBRLVariableResourceUse> availableVars)
           
 void FContext.setDimension(javax.xml.namespace.QName dimName, XMLFragment dimension, int dimensionContainer)
          Sets a value for the indicated dimension in the indicated dimension container.
 

Uses of XMLFragment in com.ihr.xbrl.om.formula.aspects.tests
 

Methods in com.ihr.xbrl.om.formula.aspects.tests that return XMLFragment
 XMLFragment XFUnitAspectTest.getCacheVal1()
           
 XMLFragment XFPeriodAspectTest.getCacheVal1()
           
 XMLFragment XFNonXDTSegmentAspectTest.getCacheVal1()
           
 XMLFragment XFNonXDTScenarioAspectTest.getCacheVal1()
           
 XMLFragment XFLocationAspectTest.getCacheVal1()
           
 XMLFragment XFEntityAspectTest.getCacheVal1()
           
 XMLFragment XFDimensionsTestController.getCacheVal1()
           
 XMLFragment XFDimensionsAspectTest.getCacheVal1()
           
 XMLFragment XFConceptAspectTest.getCacheVal1()
           
 XMLFragment XFCompleteSegmentAspectTest.getCacheVal1()
           
 XMLFragment XFCompleteScenarioAspectTest.getCacheVal1()
           
 XMLFragment XFAspectTestInterface.getCacheVal1()
          In case bResultsCacheable returns true, this must return the XML fragment that will be stored into the cache for the first variable to test aspects from
 XMLFragment XFUnitAspectTest.getCacheVal2()
           
 XMLFragment XFPeriodAspectTest.getCacheVal2()
           
 XMLFragment XFNonXDTSegmentAspectTest.getCacheVal2()
           
 XMLFragment XFNonXDTScenarioAspectTest.getCacheVal2()
           
 XMLFragment XFLocationAspectTest.getCacheVal2()
           
 XMLFragment XFEntityAspectTest.getCacheVal2()
           
 XMLFragment XFDimensionsTestController.getCacheVal2()
           
 XMLFragment XFDimensionsAspectTest.getCacheVal2()
           
 XMLFragment XFConceptAspectTest.getCacheVal2()
           
 XMLFragment XFCompleteSegmentAspectTest.getCacheVal2()
           
 XMLFragment XFCompleteScenarioAspectTest.getCacheVal2()
           
 XMLFragment XFAspectTestInterface.getCacheVal2()
          In case bResultsCacheable returns true, this must return the XML fragment that will be stored into the cache for the second variable to test aspects from
 

Constructors in com.ihr.xbrl.om.formula.aspects.tests with parameters of type XMLFragment
XFCompleteScenarioAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment)
           
XFCompleteSegmentAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment)
           
XFConceptAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment)
           
XFDimensionsAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment, java.lang.String expression, net.sf.saxon.s9api.QName varName, net.sf.saxon.s9api.QName varValue)
           
XFDimensionsTestController(XBRLFormulaProcessor formulaProcessor, XMLFragment res)
           
XFEntityAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment)
           
XFExplicitDimensionAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment, net.sf.saxon.s9api.QName varValue)
           
XFLocationAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment)
           
XFNonXDTScenarioAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment)
           
XFNonXDTSegmentAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment)
           
XFPeriodAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment)
           
XFTypedDimensionAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment, net.sf.saxon.s9api.QName varValue, XDTDimension dim, XBRLVariableEqualityDefinition eqd)
           
XFUnitAspectTest(XBRLFormulaProcessor fp, XMLFragment fragment)
           
 

Uses of XMLFragment in com.ihr.xbrl.om.formula.errors
 

Subclasses of XMLFragment in com.ihr.xbrl.om.formula.errors
 class XBRLResultMessage
           
 

Uses of XMLFragment in com.ihr.xbrl.om.formula.filters
 

Subclasses of XMLFragment in com.ihr.xbrl.om.formula.filters
 class XBRLAncestorFilter
           
 class XBRLAndFilter
           
 class XBRLConceptBalanceFilter
           
 class XBRLConceptCustomAttributeFilter
           
 class XBRLConceptDataTypeFilter
           
 class XBRLConceptFilterAbstract
           
 class XBRLConceptNameFilter
           
 class XBRLConceptPeriodTypeFilter
           
 class XBRLConceptSubstitutionGroupFilter
           
 class XBRLDimensionFilterAbstract
           
 class XBRLExplicitDimensionFilter
           
 class XBRLGeneralFilter
           
 class XBRLGeneralMeasuresFilter
           
 class XBRLIdentifierFilter
           
 class XBRLLocationFilter
           
 class XBRLMatchAbstractFilter
           
 class XBRLMatchConceptFilter
           
 class XBRLMatchDimensionFilter
           
 class XBRLMatchEntityIdentifierFilter
           
 class XBRLMatchLocationFilter
           
 class XBRLMatchNonXDTScenarioFilter
           
 class XBRLMatchNonXDTSegmentFilter
           
 class XBRLMatchPeriodFilter
           
 class XBRLMatchScenarioFilter
           
 class XBRLMatchSegmentFilter
           
 class XBRLMatchUnitFilter
           
 class XBRLOrFilter
           
 class XBRLParentFilter
           
 class XBRLPeriodEndFilter
           
 class XBRLPeriodFilter
           
 class XBRLPeriodFilterAbstract
           
 class XBRLPeriodForeverFilter
           
 class XBRLPeriodInstantDurationFilter
           
 class XBRLPeriodInstantFilter
           
 class XBRLPeriodStartFilter
           
 class XBRLRegExpIdentifierFilter
           
 class XBRLRegExpSchemeFilter
           
 class XBRLRelativeFilter
           
 class XBRLScenarioFilter
           
 class XBRLSegmentFilter
           
 class XBRLSiblingFilter
           
 class XBRLSingleMeasureFilter
           
 class XBRLSpecificIdentifierFilter
           
 class XBRLSpecificSchemeFilter
           
 class XBRLTypedDimensionFilter
           
 class XBRLValueNilFilter
           
 class XBRLValuePrecisionFilter
           
 

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

Methods in com.ihr.xbrl.om.formula.util with parameters of type XMLFragment
 java.lang.Boolean AspectsCache.cachedResult(int aspect, java.util.Collection<javax.xml.namespace.QName> dimensionsTested, XMLFragment node1, XMLFragment node2)
           
 java.lang.Boolean AspectsCache.cachedResult(int aspect, XMLFragment node1, XMLFragment node2)
           
 void AspectsCache.cachePut(int aspect, java.util.Collection<javax.xml.namespace.QName> dimensionsTested, XMLFragment node1, XMLFragment node2, boolean result)
           
 void AspectsCache.cachePut(int aspect, XMLFragment node1, XMLFragment node2, boolean result)
           
 

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

Subclasses of XMLFragment in com.ihr.xbrl.om.instance
 class XBRLContext
          This class represents the content of an XBRL Context.
 class XBRLDimensionsContainer
           
 class XBRLEntity
           
 class XBRLFact
          Abstract class to represent a fact item in an instance document or inside a tuple.
 class XBRLFactItem
          This class represents the instantiation of an xbrli:item on an instance document
 class XBRLFactNonNumeric
          This object represents a non numeric fact value in an instance document.
 class XBRLFactNumeric
           
 class XBRLFactTuple
           
 class XBRLInstance
          Class that encapsulates the content of an XBRL instance document Instance documents can be created via API calls or can be created from the content of an XML file
 class XBRLMeasure
           
 class XBRLPeriod
          A period information according to the content of the context container in the XBRL 2.1 specification.
 class XBRLScenario
           
 class XBRLSegment
           
 class XBRLUnit
           
 

Methods in com.ihr.xbrl.om.instance that return types with arguments of type XMLFragment
 java.util.Iterator<XMLFragment> XBRLDimensionsContainer.getContent()
           
 java.util.Iterator<XMLFragment> XBRLUnit.getElements()
           
 java.util.Iterator<XMLFragment> XBRLPeriod.getElements()
           
 java.util.Iterator<XMLFragment> XBRLMeasure.getElements()
           
 java.util.Iterator<XMLFragment> XBRLInstance.getElements()
           
 java.util.Iterator<XMLFragment> XBRLFact.getElements()
           
 java.util.Iterator<XMLFragment> XBRLEntity.getElements()
           
 java.util.Iterator<XMLFragment> XBRLContext.getElements()
           
 

Methods in com.ihr.xbrl.om.instance with parameters of type XMLFragment
 void XBRLDimensionsContainer.addContent(XMLFragment fragment)
           
static XBRLFactItem XBRLFactItem.createItemInstance(XBRLFactsList container, net.sf.saxon.s9api.XdmNode node, XMLFragment xf)
          creates an XBRLFactItem that can be either a XBRLFactNumeric or XBRLFactNonNumeric depending on the data type (derivation included) of the concept definition
 

Method parameters in com.ihr.xbrl.om.instance with type arguments of type XMLFragment
 void XBRLDimensionsContainer.setContent(java.util.Collection<XMLFragment> newContent)
           
 

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

Subclasses of XMLFragment in com.ihr.xbrl.om.taxonomy
 class XBRLArcroleType
          This class represents an arcrole type definition in a DTS.
 class XBRLImport
           
 class XBRLInclude
           
 class XBRLItem
           
 class XBRLRoleAndArcroleTypes
           
 class XBRLRoleType
          Provides the properties of an XBRL Role Type Information Item
 class XBRLTaxonomy
          Provides the properties of an XBRL Taxonomy Information Item The [Parent] property is the parent class XBRLDocument
 class XBRLTuple
           
 class XBRLUsedOn
          A Used On Information Item
 class XMLElementDefinition
          Common elements to both Tuples and Items
 

Methods in com.ihr.xbrl.om.taxonomy that return XMLFragment
 XMLFragment XBRLTaxonomy.getElementDefinitionByName(java.lang.String name)
          Finds the element definition based on the element name and returns an XMLDocument that can be an XMLFragment, an XBRLItem or an XBRLTuple Returns null if not found
 XMLFragment XBRLTaxonomy.getGlobalAttributeByName(java.lang.String name)
          Returns a global attribute defined in this taxonomy schema by its name.
 XMLFragment XBRLTaxonomy.getGlobalAttributeGroupByName(java.lang.String name)
          Returns a global attributeGroup defined in this taxonomy schema by its name.
 XMLFragment XBRLTaxonomy.getGlobalGroupByName(java.lang.String name)
          Returns a global group defined in this taxonomy schema by its name.
 XMLFragment XBRLTaxonomy.getGlobalTypeByName(java.lang.String name)
          Returns a global type defined in this taxonomy schema by its name or null if the taxonomy schema has no a definition for a global type under the type name used in the name parameter.
 

Methods in com.ihr.xbrl.om.taxonomy that return types with arguments of type XMLFragment
 java.util.Iterator<XMLFragment> XMLElementDefinition.getChildren()
          Access to the [children] property
 java.util.Iterator<XMLFragment> XBRLTuple.getElements()
           
 java.util.Iterator<XMLFragment> XBRLTaxonomy.getElements()
           
 java.util.Iterator<XMLFragment> XBRLRoleAndArcroleTypes.getElements()
           
 java.util.Iterator<XMLFragment> XBRLItem.getElements()
           
 java.util.Iterator<XMLFragment> XBRLRoleType.getUses()
          Access to the [role uses] property The returned objects in the iterator are instances of XBRLExtendedLink or XBRLResource elements
 

Methods in com.ihr.xbrl.om.taxonomy with parameters of type XMLFragment
 void XBRLTaxonomy.addGlobalAttribute(XMLFragment attributeDefinitionHeaderNode)
          Adds a new global attribute definition to this taxonomy schema.
 void XBRLTaxonomy.addGlobalAttributeGroup(XMLFragment attributeGroupDefinitionHeaderNode)
          Adds a new global attributeGroup definition to this taxonomy schema.
 void XBRLTaxonomy.addGlobalGroup(XMLFragment groupDefinitionHeaderNode)
          Adds a new global attributeGroup definition to this taxonomy schema.
 void XBRLTaxonomy.addGlobalType(XMLFragment typeDefinitionHeaderNode)
          Adds a new global type definition to this taxonomy schema.
 void XBRLRoleType.addUse(XMLFragment here)
           
 void XBRLRoleType.delUse(XMLFragment here)
           
 

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

Methods in com.ihr.xbrl.om.xdt that return XMLFragment
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.
 

Methods in com.ihr.xbrl.om.xdt that return types with arguments of type XMLFragment
 java.util.Hashtable<javax.xml.namespace.QName,XMLFragment> XDTProcessor.getDimData(XBRLDimensionsContainer dimData, boolean throwValidationExceptions)
          Process a fact item and one of the dimensions container (segment or scenario) and collects all dimensional information in there.
 java.util.Hashtable<javax.xml.namespace.QName,XMLFragment> XDTProcessor.getDimData(XBRLFactItem fact, int contextElement, boolean bThrowValidationExceptions)
          Process a fact item in an XBRL report and collects data from the context according to dimensions defined in the hypercubes.
 

Methods in com.ihr.xbrl.om.xdt with parameters of type XMLFragment
static XMLFragment XDTProcessor.getTypedDimFragment(DTSContainer dts, javax.xml.namespace.QName dimension, XMLFragment value)
          Helper method to create the XMLFragment container for a typed dimension.
 void XDTProcessor.removeDomainMember(XMLFragment fragment)
           
 boolean XDTDimensionUse.validate(XMLFragment info, java.lang.StringBuffer dimensionValidation, XDTValidationDimension valDimension)
          This method validates the content of a dimension against the domain of members for the dimension.
 

Method parameters in com.ihr.xbrl.om.xdt with type arguments of type XMLFragment
 boolean XDTHypercubeUse.validate(java.util.Hashtable<javax.xml.namespace.QName,XMLFragment> htDimData, java.lang.StringBuffer trackOfHypercubeValidation, XDTValidationHypercube hypercubeSection)
          Validates this hypercube using dimensional data from the fact
 

Constructor parameters in com.ihr.xbrl.om.xdt with type arguments of type XMLFragment
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(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.
XDTValidationDimensionsMessage(java.lang.String token1, java.lang.String token2, java.util.Hashtable<javax.xml.namespace.QName,XMLFragment> htDimData)
           
 

Uses of XMLFragment in com.ihr.xbrl.om.xdt.errors
 

Constructors in com.ihr.xbrl.om.xdt.errors with parameters of type XMLFragment
XDTDimensionDomainTargetError(XMLFragment item)
           
XDTDimensionDomainTargetError(XMLFragment item, int elementType)
           
XDTDomainMemberTargetError(XMLFragment item)
           
XDTXBRLError(XMLFragment item)
           
 

Constructor parameters in com.ihr.xbrl.om.xdt.errors with type arguments of type XMLFragment
XDTRepeatedDimensionInInstanceError(java.lang.String id, java.util.Hashtable<javax.xml.namespace.QName,XMLFragment> htSegm, javax.xml.namespace.QName q, int segment)
           
 

Uses of XMLFragment in com.ihr.xbrl.pojo
 

Methods in com.ihr.xbrl.pojo that return XMLFragment
 XMLFragment XBRLRSGenerator.generate(XMLFragment fragment)
           
 

Methods in com.ihr.xbrl.pojo with parameters of type XMLFragment
 XMLFragment XBRLPojoGenerator.generate(XMLFragment node)
           
 

Uses of XMLFragment in com.rs.xbrl
 

Fields in com.rs.xbrl with type parameters of type XMLFragment
 java.util.HashMap<java.lang.String,XMLFragment> GenerationContext.aspects
           
 java.util.HashMap<java.lang.String,XMLFragment> GenerationContext.elements
           
 

Methods in com.rs.xbrl that return XMLFragment
static XMLFragment TaxonomyBuilder.findResourceOrConceptById(java.lang.String token, GenerationContext gc)
           
 



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