Package | Description |
---|---|
com.ihr.xbrl.adins.eba | |
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.esef | |
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.om |
Provides the classes necessary to start processing XBRL information.
|
com.ihr.xbrl.om.approps |
This package contains classes to implement an Application Properties processor.
|
com.ihr.xbrl.om.autofill | |
com.ihr.xbrl.om.customcodes | |
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.instance |
Provides the classes necessary to process, read and write the content of XBRL Instance documents.
|
com.ihr.xbrl.om.instance.autocalculation | |
com.ihr.xbrl.om.ixbrl | |
com.ihr.xbrl.om.quality | |
com.ihr.xbrl.om.quality.frta.validation | |
com.ihr.xbrl.om.renderhints |
This is a renderhints processor that process resources in linkbases
to define render hints that Reporting Standard tools understands
|
com.ihr.xbrl.om.rstable | |
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.om.utr |
Provides classes for handling the Units Registry from XBRL International
The Units Registry provides extra validation of elements based on the element data type and the unit assigned
by XBRL International in the Units Registry.
|
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.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.store | |
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 |
---|---|
XBRLValidationReport |
EBAProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
EFMProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
ESEFProcessor.validate(XBRLDocument instance)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
FlFormulaProcessor.validate(XBRLDocument xDocument) |
Modifier and Type | Method and Description |
---|---|
XBRLDocument |
XMLFragment.getParentDocument()
Access to the parent document for this node.
|
XBRLDocument |
XBRLDocumentRootNode.getRootDocument()
Gets the root document.
|
XBRLDocument |
DTSContainer.load(javax.xml.transform.Source source)
Load a DTS.
|
XBRLDocument[] |
DTSContainer.load(javax.xml.transform.Source[] ss)
Load a DTS from a set of urls.
|
XBRLDocument |
DTSContainer.load(java.net.URI url)
Loads a DTS from the indicated
url . |
XBRLDocument[] |
DTSContainer.load(java.net.URI[] url)
Loads a DTS from the
url array. |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<XBRLDocument> |
XBRLDocument.getParents()
Access to the [Parents] property.
|
Modifier and Type | Method and Description |
---|---|
void |
XBRLDocument.addParent(XBRLDocument parent)
Add a new XBRLDocument as parent of this document.
|
void |
XBRLDocument.delParent(XBRLDocument parent)
Del parent.
|
void |
XBRLDocumentRootNode.setRootDocument(XBRLDocument rootDocument)
Sets the root document.
|
XBRLValidationReport |
XBRLCoreProcessor.validate(XBRLDocument doc)
Validates an instance document against all arcroles defined in the XBRL 2.1 specification
|
XBRLValidationReport |
XBRLPlugInProcessor.validate(XBRLDocument xDocument)
Validates the document according to the rules indicated in
this plug-in processor.
|
XBRLValidationReport |
DTSContainer.validate(XBRLDocument doc)
Validates a new document against this already loaded DTS.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XBRLAppPropsProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
AutoFillProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
CustomCodesProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
XBRLDocument |
XBRLExtendedLink.getParentDocument()
Access to the [Parent] property.
|
XBRLDocument |
XBRLLinkbase.getParentDocument()
Gets the parent document.
|
Modifier and Type | Method and Description |
---|---|
static XBRLExtendedLink |
XBRLExtendedLink.createExtendedLink(XBRLDocument parent,
DTSBase base)
Creates the extended link.
|
static XBRLExtendedLink |
XBRLExtendedLink.createExtendedLink(XBRLDocument parent,
net.sf.saxon.om.NodeInfo ni)
Creates the extended link.
|
static XBRLExtendedLink |
XBRLExtendedLink.createExtendedLink(XBRLDocument parent,
javax.xml.namespace.QName rootElementName,
XBRLRoleType role)
Creates the extended link.
|
void |
DTSBase.serialize(XBRLRelationship rel,
XBRLDocument document)
This function makes sure that:
1- the relationship exists in the appropriate ExtendedLink or creates the extended link
2- If the target is a resource, the resource is included in the ExtendedLink as well.
|
void |
XBRLLinkbase.setParent(XBRLDocument newParent)
Sets the parent of this XBRLLinkbase to a new document.
|
Constructor and Description |
---|
CalculationLinkbase(XBRLDocument parent,
DTSBase base)
Deprecated.
|
CalculationLinkbase(XBRLDocument parent,
XBRLRoleType role)
Creates a CalculationLinkbase extended link.
|
DefinitionLinkbase(XBRLDocument parent,
DTSBase base)
Deprecated.
|
DefinitionLinkbase(XBRLDocument parent,
XBRLRoleType role)
Creates a DefinitionLinkbase extended link container.
|
FootnoteLinkbase(XBRLDocument parent,
DTSBase base)
Deprecated.
|
FootnoteLinkbase(XBRLDocument parent,
XBRLRoleType role)
Creates a Footnote extended link.
|
FormulaLinkbase(XBRLDocument parent,
DTSBase base)
Deprecated.
|
FormulaLinkbase(XBRLDocument parent,
XBRLRoleType role)
Creates a new Formula Linkbase extended link container.
|
GenericLinkbase(XBRLDocument parent,
DTSBase base)
Deprecated.
|
GenericLinkbase(XBRLDocument parent,
XBRLRoleType role)
Creates a new GenericLinkbase extended link container.
|
LabelLinkbase(XBRLDocument parent,
DTSBase base)
Deprecated.
|
LabelLinkbase(XBRLDocument parent,
XBRLRoleType role)
Creates a LabelLinkbase extended link container.
|
OtherLinkbase(XBRLDocument parent,
XBRLRoleType role,
javax.xml.namespace.QName lbType)
Instantiates a new other linkbase.
|
PresentationLinkbase(XBRLDocument parent,
DTSBase base)
Deprecated.
|
PresentationLinkbase(XBRLDocument parent,
XBRLRoleType role)
Creates a new PresentationLinkbase extended link container.
|
ReferenceLinkbase(XBRLDocument parent,
DTSBase base)
Deprecated.
|
ReferenceLinkbase(XBRLDocument parent,
XBRLRoleType role)
Creates a new ReferenceLinkbase extended link container.
|
VersionLinkbase(XBRLDocument parent,
DTSBase base)
Deprecated.
|
VersionLinkbase(XBRLDocument parent,
XBRLRoleType role)
Deprecated.
don't use this object as versioning meta data is no longer stored in a linkbase
|
XBRLLinkbase(DTSContainer dts,
XBRLDocument parent)
Creates a XBRLLinkbase that will contain extended links created later.
|
XBRLLinkbase(XBRLDocument parent)
Creates a XBRLLinkbase that will contain extended links created later.
|
XBRLLinkbase(XBRLDocument parent,
XMLDocumentURI combinedDocument)
Creates a linkbase, the parent XBRLDocumentURI Item is an XBRL Taxonomy
Used to create embedded linkbases, Parent is the parent taxonomy and XMLDocumentURI is the link:linkbase element.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XBRLFormulaProcessor.validate(XBRLDocument doc)
Validate.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
XBRLInstanceRootNode.addXBRLDocument(XBRLDocument doc,
XBRLRoleAndArcroleTypes roleOrArcrole)
Attach a new XBRLDocument directly in the instance regardless it is
already somewhere under the wood of the DTS.
|
void |
XBRLInstanceRootNode.addXBRLDocumentIfNotInDTS(XBRLDocument doc,
XBRLRoleAndArcroleTypes roleOrArcrole)
Attach a new XBRLDocument to the instance document using
a linkbaseRef or schemaRef only if the document
is not already in the set of documents that can be discovered from
this instance document existing DTS entries.
|
void |
XBRLInstanceRootNode.removeXBRLDocument(XBRLDocument doc)
Detach an XBRLDocument from the set of XBRLDocuments to include in this
instance's DTS.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
AutoCalculationProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
IXBRLProcessorBase.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
QualityProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLDocument |
FRTA_4_3_2.FRTA_4_3_2_Inconsistency.getDocument()
Gets the document.
|
XBRLDocument |
FRTA_5_1_6.FRTA_5_1_6_Inconsistency.getDocument()
Gets the document.
|
XBRLDocument |
FRTA_5_1_9.FRTA_5_1_9_Inconsistency.getLinkbase1()
Gets the linkbase 1.
|
XBRLDocument |
FRTA_5_1_9.FRTA_5_1_9_Inconsistency.getLinkbase2()
Gets the linkbase 2.
|
Constructor and Description |
---|
FRTA_4_3_2_Inconsistency(XBRLDocument document,
QualityCheck<QualityProcessor> rule,
java.lang.String namespace,
java.lang.String redefinedPrefix,
java.lang.String officialPrefix)
Instantiates a new FRT A 4 3 2 inconsistency.
|
FRTA_5_1_6_Inconsistency(XBRLDocument document,
QualityCheck<QualityProcessor> rule,
java.lang.String arcrole)
Instantiates a new FRT A 5 1 6 inconsistency.
|
FRTA_5_1_9_Inconsistency(XBRLTaxonomy taxonomy1,
XBRLTaxonomy taxonomy2,
XBRLDocument linkbase1,
XBRLLinkbase linkbase2,
XBRLArc masterArc,
XBRLArc extensionArc,
boolean reason1,
boolean reason2,
QualityCheck<QualityProcessor> rule)
Instantiates a new FRT A 5 1 9 inconsistency.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
RenderHintsProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
RSTableProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XBRLTableProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Class and Description |
---|---|
class |
XBRLTaxonomy
Provides the properties of an XBRL Taxonomy Information Item
The [Parent] property is the parent class XBRLDocument.
|
Modifier and Type | Method and Description |
---|---|
void |
XBRLRoleAndArcroleTypes.addRef(XBRLDocument doc)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
UTRProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
XDTProcessor.validate(XBRLDocument doc)
Validates all facts in the instance document.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
ExtensibleEnumerationsProcessor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLValidationReport |
ExtensibleEnumerations2Processor.validate(XBRLDocument xDocument)
Validate.
|
Modifier and Type | Method and Description |
---|---|
XBRLDocument |
XBRLRSGenerator.generate(XBRLDocument doc)
Generate.
|
XBRLDocument |
XBRLRSGenerator.obtainFromDB(java.lang.String uri,
org.hibernate.Session session)
Obtain from db.
|
Modifier and Type | Method and Description |
---|---|
XBRLDocument |
XBRLPojoGenerator.generate(XBRLDocument dtsDoc)
Generate.
|
XBRLExtendedLink |
XBRLRSGenerator.generate(XBRLExtendedLink exLinkIn,
XBRLDocument parent)
Generate.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageService.doStoreDTS(java.lang.String instanceUriOnDatabase,
XBRLDocument document,
org.hibernate.Session parameter,
boolean inNewThread,
boolean bForUpdate,
org.apache.log4j.Level logLevel,
StorageEventListener[] listeners)
Starts the storage of a DTS into the database in an unattended new thread.
|
void |
StorageService.doStoreDTS(XBRLDocument document,
org.hibernate.Session parameter,
boolean inNewThread,
boolean bForUpdate,
org.apache.log4j.Level logLevel,
StorageEventListener[] listeners)
Starts the storage of a DTS into the database in an unattended new thread.
|
Constructor and Description |
---|
StoreXBRLThread(java.lang.String instanceUriOnDatabase,
XBRLDocument[] documents,
org.hibernate.Session session,
HasEnableDisableOpenMenus app,
HasLoadingBar appLoadingBar,
HasLogPanel appLogPanel,
DbUtil dbUtil,
boolean bForUpdate)
Store documents in the XBRL Database in a separate thread
During the thread execution the process uses call back functions in other
objects in order to inform the main application about progress and errors
This version of the constructor uses the documents already read by the
parent application.
|
StoreXBRLThread(XBRLDocument[] documents,
org.hibernate.Session session,
HasEnableDisableOpenMenus app,
HasLoadingBar appLoadingBar,
HasLogPanel appLogPanel,
DbUtil dbUtil,
boolean bForUpdate)
Store documents in the XBRL Database in a separate thread
During the thread execution the process uses call back functions in other
objects in order to inform the main application about progress and errors
This version of the constructor uses the documents already read by the
parent application.
|
Modifier and Type | Method and Description |
---|---|
XBRLDocument |
LoadDTSInThread.getDoc()
Access to the document that has been loaded in the DTS.
|
XBRLDocument |
LoadDTSInThread.getDoc(int index)
Access to one of the documents loaded (if invoqued with a set of URIs).
|
XBRLDocument[] |
LoadDTSInThread.getDocsArray()
Returns the array of documents loaded in the DTS.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa