Class ColorXMLProcessor


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

      • ColorXMLProcessor

        public ColorXMLProcessor()
        Public constructor to instantiate the helper.
        Generated code
    • Method Detail

      • getRegistrations

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