Package | Description |
---|---|
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.transform.target |
Provides the classes necessary to serialize the generated XML document in the output format.
|
Modifier and Type | Method and Description |
---|---|
LoaderContext |
LoaderEngine.newLoaderContext()
Factory method to create a LoaderContext instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
LoaderEngine.load(javax.xml.transform.Source xmlSource,
LoaderContext lc)
Executes the mapping defined in the configuration file.
|
java.lang.Object[] |
LoaderEngine.load(XBRLInstance instance,
DTSContainer dts,
LoaderContext lc)
Executes the mapping defined in the configuration file.
|
java.lang.Object[] |
Loader.load(XBRLInstance instance,
LoaderContext lc)
Process the content of an instance document.
|
void |
XBRLLoaderInterface.setLoaderContext(LoaderContext lc)
Temporally sets a loader context during the transformation of an XBRL report to
the destination target.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLDriver.setLoaderContext(LoaderContext lc) |
void |
NullDriver.setLoaderContext(LoaderContext lc) |
Modifier and Type | Method and Description |
---|---|
void |
ExcelReportFactHandler.setLoaderContext(LoaderContext lc) |
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa