| Package | Description | 
|---|---|
| com.ihr.xbrl.mapper.instance | |
| com.ihr.xbrl.om | Provides the classes necessary to start processing XBRL information. | 
| com.ihr.xbrl.om.exLinks | Provides the classes necessary to process, read and write XBRL Linkbases and XBRL Extended links. | 
| com.ihr.xbrl.om.instance | Provides the classes necessary to process, read and write the content of XBRL Instance documents. | 
| com.ihr.xbrl.om.table | This package contains an object model to work with tables as defined in the XBRL Table specification
 
 The current implementation is based on table linkbase PWD
 http://www.xbrl.org/Specification/table-linkbase/PWD-2013-05-17/table-linkbase-PWD-2013-05-17.html
 
 The XBRLTableProcessor class | 
| 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.util | Provides utility classes with static methods that are used by other classes 
This is a common container for utilities like resolving relative URIs from two absolute URIs
or formatting an XML document to a String... | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLDocumentImpl | MapperDoc. getXMLDocumentImpl()Gets the XMLDocumentImpl. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MapperDoc. setXMLDocumentImpl(XMLDocumentImpl xmlDocumentImpl)Sets the XMLDocumentImpl. | 
| Constructor and Description | 
|---|
| MapperDoc(DTSContainer dts,
         MapperBase mapperBase,
         XMLDocumentImpl xmlDocumentImpl)Instantiates a new mapper xbrlMap document. | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLDocumentImpl | XMLDocumentImpl. clone()Clone. | 
| abstract XMLDocumentImpl | XBRLDocument. generateDocNode()This class has to be implemented by objects derived from XBRLDocument
 and must return a XMLDocumentImpl node with the content
 of this XBRLDocument object. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | XMLDocumentImpl. isSameNodeInfo(XMLDocumentImpl ni)Determine whether this is the same node as another node. | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLDocumentImpl | XBRLLinkbase. generateDocNode()Generate doc node. | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLDocumentImpl | XBRLInstance. generateDocNode()Generates an XML representation of the instance document
 obtains information from the internal objects and not from the
 NodeInfo document. | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLDocumentImpl | XBRLTableProcessor. createModel(XBRLTable table)Returns an XML document with the serialization of the table model as defined
 in the table specification. | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLDocumentImpl | XBRLTaxonomy. generateDocNode()Generate doc node. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | XMLTools. saveDocumentFile(java.io.File f,
                XMLDocumentImpl doc)Saves the XMLDocumentImpl doc to disk File f. | 
| static void | XMLTools. saveDocumentOutputStream(java.io.OutputStream os,
                        XMLDocumentImpl doc)Writes the XMLDocumentImpl doc to OutputStream. | 
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa