public class XmlReader extends AbstractXmlReader
XmlHandler| Constructor and Description |
|---|
XmlReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initializes the XML reader
|
java.lang.Object |
next()
Implements the next() method for DataReader interface.
|
error, fatalError, getSourcePosition, initConfig, warningclose, getConfigProperties, setConfigPropertiespublic void init()
throws DataLoadException
init in interface DataReaderinit in class AbstractXmlReaderDataLoadException - if there are some errors.public java.lang.Object next()
throws DataLoadException
next in interface DataReadernext in class AbstractDataReaderDataLoadException - if there are some errors.