public interface XBRLReportHandlerInterface
Modifier and Type | Method and Description |
---|---|
XBRLTransformationResult |
createNewResult(DTSContainer dts)
Creates a new document container.
|
void |
endOfDocument()
Called by the transformation processor to indicate the end of a document processing
Usually a document footer is produced.
|
java.net.URI |
getConfigFile()
Returns back the URI of the configuration file.
|
void |
init()
Inits the.
|
void |
processContexts(java.util.Iterator<XBRLContext> contexts)
Called by the transformation processor to provide the contexts for the data
that will be found later during the processing of facts
the default process updates the content of some variables.
|
void |
setConfigFile(java.net.URI configFile)
Sets the config file.
|
void |
startOfDocument(XBRLInstance instance)
Called by the transformation processor to indicate the start of a new document.
|
void setConfigFile(java.net.URI configFile)
configFile
- the new config filevoid init() throws DataTargetConfigurationFileException
DataTargetConfigurationFileException
- the data target configuration file exceptionXBRLTransformationResult createNewResult(DTSContainer dts)
dts
- the dtsvoid startOfDocument(XBRLInstance instance) throws FactHandlerException
instance
- the instanceFactHandlerException
- the fact handler exceptionvoid processContexts(java.util.Iterator<XBRLContext> contexts)
contexts
- Iteratorvoid endOfDocument()
java.net.URI getConfigFile()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa