|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XBRLReportHandlerInterface
| Method Summary | |
|---|---|
XBRLTransformationResult |
createNewResult(net.sf.saxon.s9api.Processor proc)
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()
|
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)
|
void |
startOfDocument(XBRLInstance instance)
Called by the transformation processor to indicate the start of a new document. |
| Method Detail |
|---|
void setConfigFile(java.net.URI configFile)
configFile -
void init()
throws DataTargetConfigurationFileException
DataTargetConfigurationFileExceptionXBRLTransformationResult createNewResult(net.sf.saxon.s9api.Processor proc)
proc - the Saxonica Processor instance
void startOfDocument(XBRLInstance instance)
throws FactHandlerException
instance -
FactHandlerExceptionvoid processContexts(java.util.Iterator<XBRLContext> contexts)
contexts - Iteratorvoid endOfDocument()
java.net.URI getConfigFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||