public interface XBRLFactHandlerInterface
Modifier and Type | Method and Description |
---|---|
void |
endOfDocument()
Called by the processor to announce the instance document processing is finished.
|
java.net.URI |
getConfigFile()
Returns the config file that was set using the getConfigFile method
or null if no config file has been set.
|
void |
init()
Called by the processor once the object is instantiated and after the configuration
file is set.
|
void |
processContexts(java.util.Iterator<XBRLContext> contexts)
Called by the processor to inform about the contexts that exist in the instance document.
|
javax.xml.transform.Source |
processFact(XBRLFact fact)
Called by the processor to inform about a new fact that requires processing.
|
void |
setConfigFile(java.net.URI configFile)
Sets a configuration file for this transformer.
|
void |
startOfDocument(XBRLInstance instance)
Called by the processor to announce a new instance document is about to be processed.
|
void setConfigFile(java.net.URI configFile)
configFile
- URIvoid init() throws DataTargetConfigurationFileException
DataTargetConfigurationFileException
- the data target configuration file exceptionvoid startOfDocument(XBRLInstance instance) throws FactHandlerException
instance
- XBRLInstance objectFactHandlerException
- the fact handler exceptionvoid endOfDocument()
void processContexts(java.util.Iterator<XBRLContext> contexts)
contexts
- Iteratorjavax.xml.transform.Source processFact(XBRLFact fact)
fact
- XBRLFactjava.net.URI getConfigFile()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa