Class QueryReportNodeXMLSerializer

java.lang.Object
ca.phon.app.opgraph.nodes.query.QueryReportNodeXMLSerializer
All Implemented Interfaces:
ca.phon.opgraph.io.xml.XMLSerializer

public class QueryReportNodeXMLSerializer extends Object implements ca.phon.opgraph.io.xml.XMLSerializer
  • Constructor Details

    • QueryReportNodeXMLSerializer

      public QueryReportNodeXMLSerializer()
  • Method Details

    • handles

      public boolean handles(Class<?> arg0)
      Specified by:
      handles in interface ca.phon.opgraph.io.xml.XMLSerializer
    • handles

      public boolean handles(QName arg0)
      Specified by:
      handles in interface ca.phon.opgraph.io.xml.XMLSerializer
    • read

      public Object read(ca.phon.opgraph.io.xml.XMLSerializerFactory factory, ca.phon.opgraph.OpGraph graph, Object parent, Document doc, Element ele) throws IOException
      Specified by:
      read in interface ca.phon.opgraph.io.xml.XMLSerializer
      Throws:
      IOException
    • write

      public void write(ca.phon.opgraph.io.xml.XMLSerializerFactory factory, Document doc, Element ele, Object obj) throws IOException
      Specified by:
      write in interface ca.phon.opgraph.io.xml.XMLSerializer
      Throws:
      IOException