public interface XmlHandler
extends org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
XmlReader
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
ConfigProperties |
getConfigProperties()
Get the instance of the configuration for this XML handler.
|
com.ibm.commerce.foundation.dataload.DataLoader |
getDataLoader()
Gets the data loader object.
|
void |
init()
Does some initialization such as processing the properties passed in from the configuration file.
|
void |
setConfigProperties(ConfigProperties aConfigProperties)
Sets the ConfigProperties to the XML handler.
|
void |
setDataLoader(com.ibm.commerce.foundation.dataload.DataLoader dataLoader)
Sets the data loader object
|
static final java.lang.String COPYRIGHT
void setDataLoader(com.ibm.commerce.foundation.dataload.DataLoader dataLoader)
dataLoader
- a data loader objectcom.ibm.commerce.foundation.dataload.DataLoader getDataLoader()
ConfigProperties getConfigProperties()
Get the instance of the configuration for this XML handler.
Call this method when you need to get more specific properties from the
ConfigProperties.
void setConfigProperties(ConfigProperties aConfigProperties)
aConfigProperties
- a ConfigPropertiesvoid init() throws DataLoadException
DataLoadException
- if there are some problems to do the initialization.