public class CapellaXMLSaveImpl
extends org.polarsys.kitalpha.emde.xmi.XMIExtensionSaveImpl
XMLSave implementation that serializes the Capella Release at the beginning of the resource.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CAPELLA_VERSION_PREFIX
Capella version prefix serialized as XML comment at the beginning of Capella EMF resources.
|
static java.lang.String |
MELODY_VERSION_PREFIX
Melody legacy version prefix (still needed to migrate old models).
|
| Constructor and Description |
|---|
CapellaXMLSaveImpl(java.util.Map<?,?> options_p,
org.eclipse.emf.ecore.xmi.XMLHelper helper_p,
java.lang.String encoding_p,
java.lang.String xmlVersion_p)
Constructor.
|
CapellaXMLSaveImpl(org.eclipse.emf.ecore.xmi.XMLHelper helper_p)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
writeTopObjects(java.util.List<? extends org.eclipse.emf.ecore.EObject> contents_p) |
addNamespaceDeclarations, isDuplicateURIpublic static final java.lang.String CAPELLA_VERSION_PREFIX
public static final java.lang.String MELODY_VERSION_PREFIX
public CapellaXMLSaveImpl(java.util.Map<?,?> options_p,
org.eclipse.emf.ecore.xmi.XMLHelper helper_p,
java.lang.String encoding_p,
java.lang.String xmlVersion_p)
options_p - helper_p - encoding_p - xmlVersion_p - public CapellaXMLSaveImpl(org.eclipse.emf.ecore.xmi.XMLHelper helper_p)
helper_p -