com.ihr.xbrl.om
Class XBRLProcessorFactoryBase
java.lang.Object
com.ihr.xbrl.om.XBRLProcessorFactoryBase
- All Implemented Interfaces:
- XBRLProcessorFactory
- Direct Known Subclasses:
- EFMProcessorFactory, UTRProcessorFactory, XBRLCoreProcessorFactory, XBRLFormulaProcessorFactory, XDTProcessorFactory
public abstract class XBRLProcessorFactoryBase
- extends java.lang.Object
- implements XBRLProcessorFactory
Base class for processor factories
Provides a protected field called theDTS and implements the setDTSContainer(DTSContainer)
method on the XBRLProcessorFactory interface.
This is an abstract class, other methods in the XBRLProcessorFactory interface MUST be
implemented by derived classes.
- Author:
- Ignacio
- See Also:
XBRLProcessorFactory
|
Method Summary |
void |
setDTSContainer(DTSContainer dtsContainer)
Once a new factory is instantiated, the DTSContainer class calls this method in order to
provide the DTSContainer instance to be used for next calls |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XBRLProcessorFactoryBase
public XBRLProcessorFactoryBase()
setDTSContainer
public void setDTSContainer(DTSContainer dtsContainer)
- Description copied from interface:
XBRLProcessorFactory
- Once a new factory is instantiated, the DTSContainer class calls this method in order to
provide the DTSContainer instance to be used for next calls
- Specified by:
setDTSContainer in interface XBRLProcessorFactory
- Parameters:
dtsContainer - the DTSContainer instance to be used on next calls
Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa