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

    Modifier and Type
    Method
    Description
    read(Document doc, Element ele)
    Read from the given xml input stream.
  • Method Details

    • read

      T read(Document doc, Element ele) throws IOException
      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