public abstract class XBRLProcessorFactoryBase extends java.lang.Object implements XBRLProcessorFactory
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.
XBRLProcessorFactory| Constructor and Description |
|---|
XBRLProcessorFactoryBase() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, getProcessorDescription, getProcessorNamepublic void setDTSContainer(DTSContainer dtsContainer)
XBRLProcessorFactorysetDTSContainer in interface XBRLProcessorFactorydtsContainer - the DTSContainer instance to be used on next calls