Class QueryNodeXMLSerializer

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

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

    • QueryNodeXMLSerializer

      public QueryNodeXMLSerializer()
  • Method Details

    • write

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

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

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

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