blob: 35dc4451eac45664b541cd3c0ecdacd975aae5fb [file] [log] [blame]
= XML Generation =
The XML discoverer creates the model in an <code>org.eclipse.emf.ecore.xmi.XMLResource</code>. So, this resource can be serialized back to XML by using the standard EMF mechanism : just call <code>save()</code> on the resource.