Package ca.phon.xml
Interface XMLObjectReader<T>
- All Known Implementing Classes:
XMLSessionReader_v12
,XMLSessionReader_v13
public interface XMLObjectReader<T>
A class that reads objects from a given XML stream.
-
Method Summary
-
Method Details
-
read
Read from the given xml input stream.- Parameters:
eventReader
-type
-- Returns:
- object of given type read from the given eventReader
- Throws:
IOException
- if something goes wrong
-