Package com._1c.g5.v8.dt.moxel
Class MoxelXmlSerializer
- java.lang.Object
-
- com._1c.g5.v8.dt.moxel.MoxelXmlSerializer
-
- All Implemented Interfaces:
IXmlSerializer
public class MoxelXmlSerializer extends Object implements IXmlSerializer
Xml serializer for mxlx format
-
-
Constructor Summary
Constructors Constructor Description MoxelXmlSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(org.eclipse.emf.ecore.xmi.XMLHelper xmlHelper, Map<?,?> options)
void
save(OutputStream outputStream)
void
save(org.eclipse.emf.ecore.xmi.XMLResource resource, OutputStream outputStream, Map<?,?> options)
void
setFormater(IFormatter formater)
-
-
-
Method Detail
-
save
public void save(OutputStream outputStream) throws IOException
- Specified by:
save
in interfaceIXmlSerializer
- Throws:
IOException
-
save
public void save(org.eclipse.emf.ecore.xmi.XMLResource resource, OutputStream outputStream, Map<?,?> options) throws IOException
- Specified by:
save
in interfaceIXmlSerializer
- Throws:
IOException
-
setFormater
public void setFormater(IFormatter formater)
- Specified by:
setFormater
in interfaceIXmlSerializer
-
init
public void init(org.eclipse.emf.ecore.xmi.XMLHelper xmlHelper, Map<?,?> options)
- Specified by:
init
in interfaceIXmlSerializer
-
-