|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoaderException | |
|---|---|
| com.ihr.xbrl.dataloader | Provides the classes necessary to load data from an instance document to any possible data target. |
| 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. |
| Uses of LoaderException in com.ihr.xbrl.dataloader |
|---|
| Methods in com.ihr.xbrl.dataloader that throw LoaderException | |
|---|---|
Loader |
LoaderEngine.getLoader(DTSContainer dts)
Returns a loader from the engine. |
Loader |
LoaderEngine.getMasterLoader(DTSContainer dts)
Access to the master loader. |
java.lang.Object[] |
LoaderEngine.load(javax.xml.transform.Source xmlSource)
Executes the mapping defined in the configuration file. |
java.lang.Object[] |
Loader.load(XBRLInstance instance)
Process the content of an instance document. |
java.lang.Object[] |
LoaderEngine.load(XBRLInstance instance,
DTSContainer dts)
Executes the mapping defined in the configuration file. |
void |
LoaderEngine.migrateConfigFile(XBRLInstance versioningReport,
java.net.URI outputReportUri,
java.net.URI newConfigFileUri)
Migrates a configuration file from using a DTS to using a new DTS with information from an XBRL versioning report. |
void |
LoaderEngine.releaseLoader(Loader l,
DTSContainer dts)
Liberates a loader so it can be used by other threads. |
| Uses of LoaderException in com.ihr.xbrl.mapper.filters |
|---|
| Methods in com.ihr.xbrl.mapper.filters that throw LoaderException | |
|---|---|
static XBRLFacetFilter |
XBRLFilterCompiler.compileFilter(net.sf.saxon.s9api.XdmNode filterNode,
net.sf.saxon.s9api.XPathCompiler xp)
Converts the filterNode into the apropriate XBRLFacetFilter |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||