Package ca.phon.app.opgraph.nodes.query
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
- Specified by:
handles
in interfaceca.phon.opgraph.io.xml.XMLSerializer
-
handles
- Specified by:
handles
in interfaceca.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 interfaceca.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 interfaceca.phon.opgraph.io.xml.XMLSerializer
- Throws:
IOException
-