public class XMLReader<T> extends java.lang.Object implements IDataReader<T>
| Constructor and Description |
|---|
XMLReader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
readFromString(java.lang.String stringInput)
Returns list of objects of type T read from stringInput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadFromFile, readSingleFromFile, readSingleFromStringpublic java.util.List<T> readFromString(java.lang.String stringInput)
IDataReaderreadFromString in interface IDataReader<T>stringInput - input to read objects from