Class MeasureXMLProcessor


  • public class MeasureXMLProcessor
    extends org.eclipse.emf.ecore.xmi.util.XMLProcessor
    This class contains helper methods to serialize and deserialize XML documents
    • 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
      MeasureXMLProcessor()
      Public constructor to instantiate the helper.
    • Constructor Detail

      • MeasureXMLProcessor

        public MeasureXMLProcessor()
        Public constructor to instantiate the helper.
    • Method Detail

      • getRegistrations

        protected Map<String,​org.eclipse.emf.ecore.resource.Resource.Factory> getRegistrations()
        Register for "*" and "xml" file extensions the MeasureResourceFactoryImpl factory.
        Overrides:
        getRegistrations in class org.eclipse.emf.ecore.xmi.util.XMLProcessor