Write the content of the versioning report in a launch file
This is a temporary method. the Raw XML launch file will be used only in the
conformance suite
The SEQUAL_MODE property indicates if the s-equal function follow the rules of the
XBRL 2.1 specification or if it should follow the interpretation made by the
authors of the XBRL formula specification.
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
This method is called by the loader when a new loader is just created and for each
one of the drivers that exist on the loader configuration file and only if the
driver has a parameter indicating the URL of the configuration file
Next call is XBRLLoaderInterface.init()
Sets the value of the xlink:from attribute on simple link elements (arcs only)
since 2.6.5 setting this attribute updates all xlink:label attributes for existing
elements in the source of the arc or the element that is the source of the relationship
Normally the information about isFraction is obtained from the element data type
but when the element data type cannot be obtained this method can help in setting up
a suitable value so applications can work as if the data type were obtained from the
surrounding node.
Normally the information about isNumeric is obtained from the element data type
but when the element data type cannot be obtained this method can help in setting up
a suitable value so applications can work as if the data type were obtained from the
surrounding node.
Sets the value of the xlink:label attribute on simple link elements
starting with version 2.6.5 setting the value of the label here updates also the
value of the xlink:from and xlink:to attributes on relationships.
Sets the value of the xlink:to attribute on simple link elements (arcs only)
since 2.6.5 setting this attribute updates all xlink:label attributes for existing
elements in the target of the arc or the element that is the target of the relationship
Sets the value of the URI of this XMLDocumentURI
If the document is in the cache and the supplied URI is not null
or is different from the original URI this method throws an
XBRLInternalErrorException
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 reads a DTS from a set of URIs.
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.
This constructor exist only in order to allow other classes to
register the DatabaseURI Resolver before any thead for storing
information is futher created.