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, warning
close, getConfigProperties, setConfigProperties
public void init() throws DataLoadException
init
in interface DataReader
init
in class AbstractXmlReader
DataLoadException
- if there are some errors.public java.lang.Object next() throws DataLoadException
next
in interface DataReader
next
in class AbstractDataReader
DataLoadException
- if there are some errors.