public final class LoaderContext
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getExtra(java.lang.String key)Access to an object generated during the transformation using the object
 key. | 
| java.util.Collection<java.lang.String> | getExtraKeys()Returns a collection of keys for additional information generated during
 the transformation of an XBRL report to the target format. | 
| java.lang.Object[] | load(javax.xml.transform.Source streamSource)Loads a Loader context from a Source. | 
| void | setExtra(java.lang.String key,
        java.lang.Object value)Adds a new object to the collection of additional objects generated
 during a transformation. | 
public java.lang.Object[] load(javax.xml.transform.Source streamSource)
                        throws LoaderException
streamSource - the SourceLoaderEngine.load(Source, LoaderContext) using this as LoaderContextLoaderException - the loader exceptionLoaderEngine.load(Source, LoaderContext)public java.util.Collection<java.lang.String> getExtraKeys()
This method does not returns null it returns an empty Collection when no keys exists.
public java.lang.Object getExtra(java.lang.String key)
key - the keypublic void setExtra(java.lang.String key,
                     java.lang.Object value)
key - string, object keyvalue - the object value. every driver might generate different object typesCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa