Class specificXMLProcessor
- java.lang.Object
-
- org.eclipse.emf.ecore.xmi.util.XMLProcessor
-
- de.uka.ipd.sdq.pcm.designdecision.specific.util.specificXMLProcessor
-
public class specificXMLProcessor extends XMLProcessor
This class contains helper methods to serialize and deserialize XML documents- Generated class or method.
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.ecore.xmi.util.XMLProcessor
ecoreBuilder, extendedMetaData, loadOptions, registrations, registry, saveOptions, STAR_EXTENSION, XML_EXTENSION, XML_URI
-
-
Constructor Summary
Constructors Constructor Description specificXMLProcessor()
Public constructor to instantiate the helper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Resource.Factory>
getRegistrations()
Register for "*" and "xml" file extensions the specificResourceFactoryImpl factory.-
Methods inherited from class org.eclipse.emf.ecore.xmi.util.XMLProcessor
createEcoreBuilder, createExtendedMetaData, createResourceSet, getEPackageRegistry, getExtendedMetaData, load, load, load, load, save, save, save, saveToString
-
-
-
-
Method Detail
-
getRegistrations
protected Map<String,Resource.Factory> getRegistrations()
Register for "*" and "xml" file extensions the specificResourceFactoryImpl factory.- Overrides:
getRegistrations
in classXMLProcessor
- Generated class or method.
-
-