|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.transform.target.XBRLFactHandler
com.ihr.xbrl.transform.target.HTMLFactHandler
public class HTMLFactHandler
| Constructor Summary | |
|---|---|
HTMLFactHandler(DTSContainer dts)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLFactHandler(DTSContainer dts)
dts - | Method Detail |
|---|
public void endOfDocument()
XBRLFactHandlerInterface
public void init()
throws DataTargetConfigurationFileException
XBRLFactHandlerInterface
DataTargetConfigurationFileExceptionpublic void processContexts(java.util.Iterator<XBRLContext> contexts)
XBRLFactHandlerInterface
contexts - Iteratorpublic javax.xml.transform.Source processFact(XBRLFact fact)
XBRLFactHandlerInterface
fact - XBRLFactpublic void startOfDocument(XBRLInstance instance)
XBRLFactHandlerInterface
instance - XBRLInstance objectpublic void setConfigFile(java.net.URI configFile)
XBRLFactHandlerInterface
configFile - URIpublic java.net.URI getConfigFile()
XBRLFactHandlerInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||