Class ReportDesignNodeXMLSerializer
java.lang.Object
ca.phon.app.opgraph.nodes.query.ReportDesignNodeXMLSerializer
- All Implemented Interfaces:
ca.phon.opgraph.io.xml.XMLSerializer
public class ReportDesignNodeXMLSerializer
extends Object
implements ca.phon.opgraph.io.xml.XMLSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanread(ca.phon.opgraph.io.xml.XMLSerializerFactory serializerFactory, ca.phon.opgraph.OpGraph graph, Object parent, Document doc, Element elem) voidwrite(ca.phon.opgraph.io.xml.XMLSerializerFactory serializerFactory, Document doc, Element parentElem, Object obj)
-
Constructor Details
-
ReportDesignNodeXMLSerializer
public ReportDesignNodeXMLSerializer()
-
-
Method Details
-
write
public void write(ca.phon.opgraph.io.xml.XMLSerializerFactory serializerFactory, Document doc, Element parentElem, Object obj) throws IOException - Specified by:
writein interfaceca.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:
readin interfaceca.phon.opgraph.io.xml.XMLSerializer- Throws:
IOException
-
handles
- Specified by:
handlesin interfaceca.phon.opgraph.io.xml.XMLSerializer
-
handles
- Specified by:
handlesin interfaceca.phon.opgraph.io.xml.XMLSerializer
-