| Package | Description | 
|---|---|
| com.ihr.xbrl.adins.efm | Provides the implementation of the Edgar Filer Manual validation add-in
This package contains the implementation of the Edgar Filer Manual validation
engine according with the rules defined by the U.S. | 
| com.ihr.xbrl.adins.efm.errors | Provides classes for the specific error messages for the the implementation of the Edgar Filer Manual validation add-in
This package is part of the implementation of the Edgar Filer Manual
Created: 15/05/2011 | 
| com.ihr.xbrl.adins.esef.errors | |
| com.ihr.xbrl.adins.esef.validation | |
| com.ihr.xbrl.dataloader | Provides the classes necessary to load data from an instance document to any possible data target. | 
| com.ihr.xbrl.dataloader.target | Provides implementations of different drivers for data loading
Loader drivers responds to loading events and store the information in the target format. | 
| com.ihr.xbrl.dts | Provides the classes necessary to investigate the content of a DTS. | 
| com.ihr.xbrl.filters | Provides the classes necessary to identify a fact in an instance document by all
the properties the element could be uniquely identified. | 
| com.ihr.xbrl.gui.interfaces | Provides the interfaces for the common operations that require user interface and are implemented
in applications. | 
| com.ihr.xbrl.mapper.filters | Provides the classes necessary to filter the content of instance documents
Filtering of facts in an instance document may be used for formula processing or
for data loading by a driver. | 
| com.ihr.xbrl.mapper.instance | |
| com.ihr.xbrl.mapper.source | Provides implementations of drivers to obtain data from multiple sources in order to create an XBRL Instance
Some of the drivers collects data from a web form or from an excel file. | 
| com.ihr.xbrl.mapper.source.worksheet | This package contains the root class for the mapper XBRL drivers that obtains information from
 spreadsheets, Excel and Google sheets are currently implemented. | 
| 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.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.filters | |
| com.ihr.xbrl.om.formula.functions.errors | |
| 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.instance.duplicates | |
| com.ihr.xbrl.om.ixbrl.elements | |
| com.ihr.xbrl.om.rstable | |
| com.ihr.xbrl.om.table.layout | The layout model represents the content of the table according with section 7 of the specification | 
| 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.xenum | |
| com.ihr.xbrl.om.xenum2 | |
| com.ihr.xbrl.pojo | Provides the classes necessary to access to the content of a DTS using POJO technology. | 
| com.ihr.xbrl.transform.target | Provides the classes necessary to serialize the generated XML document in the output format. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLValidationReport | EFMProcessor. validateTextIsProperHTML(java.lang.String stringValue,
                        XBRLFact fact,
                        XBRLResource res)Validate text is proper html. | 
| XBRLValidationReport | EFMProcessor. validateTextIsProperHTML(XBRLFact fact)Validate text is proper html. | 
| Constructor and Description | 
|---|
| EFMDuplicateFactsInInstance(XBRLFact fact)Instantiates a new EFM duplicate facts in instance. | 
| EFMEnglishStandardLabelMissing(XBRLFact fact)Instantiates a new EFM english standard label missing. | 
| EFMEntityCentralIndexKeyError(XBRLFact fact)Instantiates a new EFM entity central index key error. | 
| EFMEntityEntityRegistrantName(XBRLFact fact,
                             java.lang.String registrantName)Instantiates a new EFM entity entity registrant name. | 
| EFMInvalidHTMLInTextBlock(XBRLFact fact)Instantiates a new EFM invalid html in text block. | 
| EFMInvalidXMLInTextBlock(XBRLFact fact)Instantiates a new EFM invalid xml in text block. | 
| EFMNonTranslatedContent(XBRLFact fact)Instantiates a new EFM non translated content. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLFact | ESEFFactError. getFact()Gets the fact. | 
| Constructor and Description | 
|---|
| ESEFFactError(com.ihr.xbrl.adins.esef.errors.ESEFValidationInconsistency.ESEFErrorMessage code,
             java.lang.String error,
             XBRLFact fact,
             QualityCheck<ESEFProcessor> rule)Instantiates a new ESEF fact error. | 
| Constructor and Description | 
|---|
| ESEF_2_2_1_Error(XBRLFact fact,
                java.lang.String error,
                ESEF_2_2_1 rule)Instantiates a new ESE F 2 2 1 error. | 
| ESEF_2_2_2_Error(XBRLFact fact,
                java.lang.String error,
                ESEF_2_2_2 rule)Instantiates a new ESE F 2 2 2 error. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XBRLLoaderInterface. processFact(java.lang.String identifier,
           XBRLFact fact)Called by the processor to inform about a new fact that requires processing. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SQLDriver.SQLIdentifier. processFact(java.sql.Connection dbConnection,
           XBRLFact fact,
           net.sf.saxon.s9api.Processor xpSqProc)Prepares the SQL statement with content from the fact item
 and executes the generated SQL statement. | 
| void | SQLDriver. processFact(java.lang.String identifier,
           XBRLFact fact) | 
| void | NullDriver. processFact(java.lang.String identifier,
           XBRLFact fact) | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLFact | KeysForFactsProvider.ReferenciableFact. getFact()Gets the fact. | 
| XBRLFact | InstanceExplorerEvent. getFact()Gets the fact. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InstanceExplorer. addFact(XBRLFact fact)Receives notification a fact has been added to the instance being explored. | 
| void | DimensionalInstanceExplorer. addFact(XBRLFact fact)Adds the fact. | 
| void | InstanceExplorerInterface. addFact(XBRLFact fact)Received notification that a fact has been added. | 
| void | InstanceExplorer. delFact(XBRLFact fact,
       XBRLFactsList parent)Announces a fact has been removed from the instance being explored. | 
| void | DimensionalInstanceExplorer. delFact(XBRLFact fact,
       XBRLFactsList parent)Del fact. | 
| void | InstanceExplorerInterface. delFact(XBRLFact fact,
       XBRLFactsList parent)Receives notification that a fact has been removed from the instance being explored. | 
| VNotes | InstanceExplorerAbstract. getFactNotes(XBRLFact fact)Gets the fact notes. | 
| Constructor and Description | 
|---|
| InstanceExplorerEvent(InstanceExplorerInterface ie,
                     int event,
                     XBRLFact fact,
                     java.lang.Object oldValue,
                     java.lang.Object newValue)Instantiates a new instance explorer event. | 
| ReferenciableFact(XBRLFact fact)Instantiates a new referenciable fact. | 
| ReferenciableFact(XBRLFact fact,
                 XBRLRoleType role)Instantiates a new referenciable fact. | 
| Modifier and Type | Method and Description | 
|---|---|
| static XBRLFilterInterface | ReportURIFilter. newReportURIFilter(XBRLFact fact)New report uri filter. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLFact | HasErrorsHandler. getUserSelectedSearchFact()Gets the user selected search fact. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | XBRLTimeFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCTimeAnyFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCTimeLatestFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCTimeOldestFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCTimeDateFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCTimeSameInstantFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCTimeSameStartFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCTimeSameEndFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCDurationLongestFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCDurationShortestFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCDurationAnyFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLCTimeFilter.XBRLCDurationDurationFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLOrFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLFacetFilter. matches(XBRLFact fact,
       XBRLFilterContext context)Return a boolean value indicating if the fact passes the filter. | 
| boolean | XBRLTrueFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLContextFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLConceptNameFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLAndFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLFalseFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLRefFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| boolean | XBRLExplicitDimensionFilter. matches(XBRLFact fact,
       XBRLFilterContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<XBRLFact> | MapperFact. getFacts(XBRLFactsList cf,
        int index,
        XBRLValidationReport mapReport)Gets the facts. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | ExcelDataSource. getFootnote(java.lang.String mapIdentifier,
           int index,
           XBRLFact fact) | 
| java.lang.Object | XBRLFileDataSource. getFootnote(java.lang.String mapIdentifier,
           int index,
           XBRLFact fact) | 
| java.lang.Object | XBRLDataSource. getFootnote(java.lang.String mapIdentifier,
           int index,
           XBRLFact fact)After a fact is produced the data source is asked for a footnote to be
 added to the instance document by doing a call to this method. | 
| java.lang.Object | SQLDataSource. getFootnote(java.lang.String mapIdentifier,
           int index,
           XBRLFact fact) | 
| java.lang.Object | CSVDataSource. getFootnote(java.lang.String mapIdentifier,
           int index,
           XBRLFact fact) | 
| java.lang.Object | WebFormDataSource. getFootnote(java.lang.String mapIdentifier,
           int index,
           XBRLFact fact) | 
| java.lang.Object | VoidDataSource. getFootnote(java.lang.String mapIdentifier,
           int index,
           XBRLFact fact) | 
| java.lang.String | ExcelDataSource. getFootnoteLang(java.lang.String mapIdentifier,
               int index,
               XBRLFact fact,
               java.lang.Object footnoteContent) | 
| java.lang.String | XBRLFileDataSource. getFootnoteLang(java.lang.String mapIdentifier,
               int index,
               XBRLFact fact,
               java.lang.Object footnoteContent) | 
| java.lang.String | XBRLDataSource. getFootnoteLang(java.lang.String mapIdentifier,
               int index,
               XBRLFact fact,
               java.lang.Object footnoteContent)Every footnote MUST have an xml:lang attribute. | 
| java.lang.String | SQLDataSource. getFootnoteLang(java.lang.String mapIdentifier,
               int index,
               XBRLFact fact,
               java.lang.Object footnoteContent) | 
| java.lang.String | CSVDataSource. getFootnoteLang(java.lang.String mapIdentifier,
               int index,
               XBRLFact fact,
               java.lang.Object footnoteContent) | 
| java.lang.String | WebFormDataSource. getFootnoteLang(java.lang.String mapIdentifier,
               int index,
               XBRLFact fact,
               java.lang.Object footnoteContent) | 
| java.lang.String | VoidDataSource. getFootnoteLang(java.lang.String mapIdentifier,
               int index,
               XBRLFact fact,
               java.lang.Object footnoteContent) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | AbstractWorksheetDataSource. getFootnote(java.lang.String mapIdentifier,
           int index,
           XBRLFact fact) | 
| java.lang.String | AbstractWorksheetDataSource. getFootnoteLang(java.lang.String mapIdentifier,
               int index,
               XBRLFact fact,
               java.lang.Object footnoteContent) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | XBRLValidationReportTools. addFactInfo(XBRLFact fact,
           java.util.Map<XBRLValidationErrorReport.ErrorValueKey,java.lang.Object> data) | 
| static java.lang.String | XBRLValidationReportTools. getFactItemId(XBRLFact item) | 
| static java.lang.String | LinkableErrorMessageHelpers. getLinkForFact(XBRLFact fact,
              XBRLRoleType role,
              KeysForFactsProvider kp)Gets the link for fact. | 
| static java.lang.String | LinkableErrorMessageHelpers. getLinkForFact(XBRLFact fact,
              XBRLRoleType role,
              KeysForFactsProvider kp,
              int modifiers,
              LabelsProvider lp)Gets the link for fact. | 
| Constructor and Description | 
|---|
| XBRLValidationExceptionFactError(XBRLFact fact,
                                java.lang.String error)Instantiates a new XBRL validation exception fact error. | 
| XBRLValidationExceptionFactError(XBRLFact fact,
                                XBRLValidationException exception)Instantiates a new XBRL validation exception fact error. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLFact | XBRLFormulaProcessor. getCacheFact(net.sf.saxon.s9api.XdmNode factNode)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<? extends javax.xml.namespace.QName> | XBRLFormulaProcessor. getAllDimensions(XBRLFact fact)Gets the all dimensions. | 
| boolean | XBRLFormula. isTheSourceOf(XBRLFact fact)This method returns true if this formula is the source of a fact generation. | 
| boolean | XBRLFormulaProcessor. matcheable(XBRLFact fact1,
          XBRLFact fact2,
          XBRLVariablesHolder.ModelType aspectModel,
          XMLFragment context)Computes if two facts are aspect-matched input facts as defined in the
 Formula specification. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XFDimensionsTestController. setDimensionsToTest(XBRLFact iFact1,
                   XBRLFact iFact2)Sets the dimensions to test. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Iterator<XBRLFact> | SearchCriteriaFilter. filter(XBRLInstanceRootNode instanceRootNode)Filter. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IFormulaOptimizableFilter. filter(FactsListClassifier fClass,
      java.util.Set<XBRLFact> allPass)Filter. | 
| void | XBRLConceptNameFilter. filter(FactsListClassifier fClass,
      java.util.Set<XBRLFact> allPass)Filter. | 
| void | XBRLTypedDimensionFilter. filter(FactsListClassifier fClass,
      java.util.Set<XBRLFact> allPass)Filter. | 
| void | XBRLExplicitDimensionFilter. filter(FactsListClassifier fClass,
      java.util.Set<XBRLFact> allPass)Filter. | 
| void | IFormulaOptimizableFilter. filterComplement(FactsListClassifier fClass,
                java.util.Set<XBRLFact> allPass)Filter complement. | 
| void | XBRLConceptNameFilter. filterComplement(FactsListClassifier fClass,
                java.util.Set<XBRLFact> allPass)Filter complement. | 
| void | XBRLTypedDimensionFilter. filterComplement(FactsListClassifier fClass,
                java.util.Set<XBRLFact> allPass)Filter complement. | 
| void | XBRLExplicitDimensionFilter. filterComplement(FactsListClassifier fClass,
                java.util.Set<XBRLFact> allPass)Filter complement. | 
| Constructor and Description | 
|---|
| XFIEItemIsNotNumeric(XBRLFact fact)Instantiates a new XFIE item is not numeric. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Iterator<XBRLFact> | XFIImplicitFilterOptimizer. checkPreFilter(XBRLInstanceRootNode instanceRootNode)Check pre filter. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | XFIImplicitFilterOptimizer. checkFilters(XBRLFact f)Check filters. | 
| boolean | XFIImplicitFilterOptimizer. checkImplicitFiltering(XBRLFact fact)Returns true then the fact passed in matches all uncovered aspects in fact previously set. | 
| void | XFIImplicitFilterOptimizer. setFactReference(XBRLFact fact,
                javax.xml.namespace.QName variableName,
                boolean bBindToDefault)Sets the fact reference. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FactIteratorSgFilter<T extends XBRLFact>The Class FactIteratorSgFilter implements a filter iterator over another iterator of T
 the filter let pass elements in the substitution group of another element. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XBRLFactItemThis class represents the instantiation of an xbrli:item on an
 instance document. | 
| class  | XBRLFactNonNumericThis object represents a non numeric fact value in an instance document. | 
| class  | XBRLFactNumericThe Class XBRLFactNumeric. | 
| class  | XBRLFactTupleThe Class XBRLFactTuple. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLFact | XBRLFact. clone()Clone. | 
| XBRLFact | XBRLFact. clone(DTSContainer newDTS)Clone current fact but in a new DTSContainer. | 
| static XBRLFact | XBRLFactItem. createItemInstance(XBRLFactsList parent,
                  XBRLItem xf,
                  XBRLFactItem otherFact,
                  boolean addToParentNow)Creates the item instance. | 
| static XBRLFact | XBRLFact. createItemOrTupleInstance(DTSContainer dts,
                         XBRLFactsList facts,
                         XMLFragment node)Creates a tupleInstance or a itemInstance depending on the node content. | 
| XBRLFact | XBRLFact. generateNode()Generates the XBRLFact jdom node. | 
| XBRLFact | XBRLFactTuple. get(int index)Gets the. | 
| XBRLFact | XBRLInstanceRootNode. get(int index)Gets the. | 
| XBRLFact | XBRLFactsListImpl. get(int index)Gets the. | 
| XBRLFact | XBRLFactsList. get(int index)Returns the element at the selected index position. | 
| XBRLFact | XBRLInstanceRootNode. getFact(net.sf.saxon.s9api.XdmNode factNode)Deprecated.  | 
| XBRLFact | XBRLInstance. getFactById(java.lang.String id)find the element with the correspondent id and return the instance
 or tuple pointed to. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Iterator<XBRLFact> | XBRLInstanceRootNode. getFacts()This method is the same as  XBRLInstanceRootNode.iterator(). | 
| java.util.Iterator<XBRLFact> | XBRLFactsContainer. iterator()Iterator. | 
| java.util.Iterator<XBRLFact> | XBRLFactTuple. iterator()Iterator. | 
| java.util.Iterator<XBRLFact> | XBRLInstanceRootNode. iterator()Iterator. | 
| java.util.Iterator<XBRLFact> | XBRLFactsListImpl. iterator()Iterator. | 
| java.util.Iterator<XBRLFact> | XBRLFactsList. iterator()Iterator over this FactsList content. | 
| java.util.Iterator<XBRLFact> | XBRLFactsContainer. iterator2()This is a special iterator that iterate children facts recursively. | 
| java.util.Iterator<XBRLFact> | XBRLFactTuple. iterator2()Iterator 2. | 
| java.util.Iterator<XBRLFact> | XBRLInstanceRootNode. iterator2()Iterator 2. | 
| java.util.Iterator<XBRLFact> | XBRLFactsListImpl. iterator2()Iterator 2. | 
| java.util.Iterator<XBRLFact> | XBRLFactsList. iterator2()Iterator over this FactsList content that goes nested
 inside tuple content. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XBRLFactsContainer. add(int index,
   XBRLFact fact)Adds the. | 
| void | XBRLFactTuple. add(int index,
   XBRLFact fact)Resets the nillable status to false automatically. | 
| void | XBRLInstanceRootNode. add(int index,
   XBRLFact fact)Adds the. | 
| void | XBRLFactsListImpl. add(int index,
   XBRLFact fact)Adds a new fact at given pos. | 
| void | XBRLFactsList. add(int index,
   XBRLFact fact)Adds the fact to the facts list at the indicated position. | 
| boolean | XBRLFactsContainer. add(XBRLFact fact)This is the implementation of the  addmethod in the XBRLFactsList interface . | 
| boolean | XBRLFactTuple. add(XBRLFact fact)Resets the nillable status to false automatically. | 
| boolean | XBRLInstanceRootNode. add(XBRLFact fact)Adds the. | 
| boolean | XBRLFactsListImpl. add(XBRLFact fact)Resets the nillable status to false automatically. | 
| boolean | XBRLFactsList. add(XBRLFact fact)Adds a new fact to the end of this list of facts. | 
| boolean | XBRLFactsContainer. addNew(XBRLFact fact)Adds a sure new fact. | 
| void | XBRLFactsContainer. addNewFact(int index,
          XBRLFact fact)Adds the new fact. | 
| int | XBRLFactTuple. indexOf(XBRLFact fact)Index of. | 
| int | XBRLInstanceRootNode. indexOf(XBRLFact fact)Index of. | 
| int | XBRLFactsListImpl. indexOf(XBRLFact fact)Index of. | 
| int | XBRLFactsList. indexOf(XBRLFact fact)Returns the index position of a fact within this list. | 
| int | XBRLFactsContainer. indexOf(XBRLFact fact,
       int index)Index of. | 
| int | XBRLFactTuple. indexOf(XBRLFact fact,
       int index)Index of. | 
| int | XBRLInstanceRootNode. indexOf(XBRLFact fact,
       int index)Index of. | 
| int | XBRLFactsListImpl. indexOf(XBRLFact fact,
       int index)Index of. | 
| int | XBRLFactsList. indexOf(XBRLFact fact,
       int index)Returns the index position of a fact within this list starting
 at the position indicated by the index parameter. | 
| boolean | XBRLFactNonNumeric. isDuplicate(XBRLFact otherFact)Checks if is duplicate. | 
| boolean | XBRLFactTuple. isDuplicate(XBRLFact otherFact)Checks if is duplicate. | 
| abstract boolean | XBRLFact. isDuplicate(XBRLFact otherFact)Check if two items are duplicates as defined in the XBRL 2.1 specification | 
| boolean | XBRLFactNumeric. isDuplicate(XBRLFact otherFact)Checks if is duplicate. | 
| boolean | XBRLFact. pEqual(XBRLFact toFact)Implementation of the p-equality as defined in the XBRL 2.1 specification. | 
| boolean | XBRLFactsContainer. remove(XBRLFact fact)Removes the fact. | 
| boolean | XBRLFactTuple. remove(XBRLFact fact)Removes the. | 
| boolean | XBRLInstanceRootNode. remove(XBRLFact fact)Removes the. | 
| boolean | XBRLFactsListImpl. remove(XBRLFact fact)Removes the. | 
| boolean | XBRLFactsList. remove(XBRLFact fact)Removes a fact from the facts container. | 
| boolean | XBRLFactTuple. removeFact(XBRLFact fact)Removes the fact. | 
| boolean | XBRLInstanceRootNode. removeFact(XBRLFact fact)Removes the fact from the node tree. | 
| boolean | XBRLFactsListImpl. removeFact(XBRLFact fact)Removes the fact. | 
| boolean | XBRLFactsList. removeFact(XBRLFact fact)Removes a fact from the parent XML element. | 
| void | XBRLInstanceRootNode.ForEachFact. withFact(XBRLFact ctx)Method that will receive each context. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | XBRLFactsContainer. remove(java.util.Set<XBRLFact> facts)Removes the set of facts. | 
| boolean | XBRLFactTuple. remove(java.util.Set<XBRLFact> facts)Removes the. | 
| boolean | XBRLInstanceRootNode. remove(java.util.Set<XBRLFact> facts)Removes the. | 
| boolean | XBRLFactsListImpl. remove(java.util.Set<XBRLFact> facts)Removes the. | 
| boolean | XBRLFactsList. remove(java.util.Set<XBRLFact> facts)Removes a set of facts from the facts container. | 
| boolean | XBRLFactTuple. removeFacts(java.util.Set<XBRLFact> facts)Removes the facts. | 
| boolean | XBRLInstanceRootNode. removeFacts(java.util.Set<XBRLFact> facts)Removes the set of facts from the node tree. | 
| boolean | XBRLFactsListImpl. removeFacts(java.util.Set<XBRLFact> facts)Removes the facts. | 
| boolean | XBRLFactsList. removeFacts(java.util.Set<XBRLFact> facts)Removes a fact from the parent XML element. | 
| Modifier and Type | Method and Description | 
|---|---|
| DuplicateType | DuplicatesAnalyzer. checkDuplicateType(XBRLFact referenceFact,
                  XBRLFact checkFact)Check duplicate type. | 
| Constructor and Description | 
|---|
| DuplicatesKey(XBRLFact fact)Instantiates a new duplicates key. | 
| Constructor and Description | 
|---|
| DuplicatesSet(DuplicateType type,
             java.util.Set<XBRLFact> facts)Instantiates a new duplicates set. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLFact | BaseIXFraction. getFact(IXBRLKeyElementsInterceptor collectedInfo)Gets the fact. | 
| XBRLFact | BaseIXFactNumeric. getFact(IXBRLKeyElementsInterceptor collectedInfo)Gets the fact. | 
| XBRLFact | BaseIXNonNumeric. getFact(IXBRLKeyElementsInterceptor collectedInfo)Gets the fact. | 
| XBRLFact | BaseIXTuple. getFact(IXBRLKeyElementsInterceptor collectedInfo)Gets the fact. | 
| abstract XBRLFact | BaseIXFact. getFact(IXBRLKeyElementsInterceptor collectedInfo)Generates the fact to be added to the XBRLInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseIXFact. addRelationships(IXBRLKeyElementsInterceptor dataCollector,
                XBRLFact f)Adds the relationships. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RSTableManager. fireTableActionEvent(java.lang.String event,
                    int sourceRow,
                    int sourceColumn,
                    int z,
                    XBRLFact fact,
                    XBRLValidationReport validationReport)Process the events associated to the sourceRow and sourceColumn. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Set<XBRLFact> | FactsListClassifier. getAllFacts()Returns all facts stored. | 
| java.util.Set<XBRLFact> | FactsListClassifier. getByConcept(javax.xml.namespace.QName concept)Gets the by concept. | 
| java.util.Set<XBRLFact> | FactsListClassifier. getByExplicitDimension(javax.xml.namespace.QName dimension)Gets the by explicit dimension. | 
| java.util.Set<XBRLFact> | FactsListClassifier. getByExplicitDimensionAndMember(javax.xml.namespace.QName dimension,
                               javax.xml.namespace.QName member)Gets the by explicit dimension and member. | 
| java.util.Set<XBRLFact> | FactsListClassifier. getByTypedDimension(javax.xml.namespace.QName dimension)Gets the by typed dimension. | 
| java.util.Collection<XBRLFact> | XBRLTableLayout. getValueAt(int rowIndex,
          int columnIndex)Obtains the value of a table cell. | 
| java.util.Collection<XBRLFact> | FactsListClassifier. search(java.util.Collection<java.lang.Object> members)Searches for facts satisfying all aspects in the collection. | 
| java.util.Collection<XBRLFact> | FactsListClassifier. search(java.util.Collection<java.lang.Object> members,
      java.lang.StringBuilder log)Searches for facts satisfying all aspects in the collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FactsListClassifier. addFact(XBRLFact fact)Adds the fact. | 
| void | FactsListClassifier. delFact(XBRLFact fact)Del fact. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | FactsListClassifier. searchByConcept(FactsListClassifier.SearchCriteria sc,
               java.util.Set<XBRLFact> allPass,
               java.lang.StringBuilder log)Search by concept. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLValidationReport | XBRLXSDTypeDefinition. validate(XBRLFact fact,
        com.saxonica.ee.validate.ContentValidator scv)Validates a fact (item or tuple) according with the content model defined in the schema. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLValidationReport | ExtensibleEnumerationsProcessor. validateFact(XBRLFact xbrlFact)Validate fact. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLValidationReport | ExtensibleEnumerations2Processor. validateFact(XBRLFact xbrlFact)Validate fact. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLFact | XBRLRSGenerator. generate(XBRLFact fact,
        XBRLFactsList facts)Generate. | 
| Modifier and Type | Method and Description | 
|---|---|
| XBRLFact | XBRLPojoGenerator. generate(XBRLFact fact)Generate. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExcelReportFactHandler. processFact(java.lang.String identifier,
           XBRLFact fact) | 
| javax.xml.transform.Source | HTMLFactHandler. processFact(XBRLFact fact) | 
| javax.xml.transform.Source | XBRLFactHandlerInterface. processFact(XBRLFact fact)Called by the processor to inform about a new fact that requires processing. | 
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa