Class AttachXMLProcessor


  • public class AttachXMLProcessor
    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
      AttachXMLProcessor()
      Public constructor to instantiate the helper.
    • Constructor Detail

      • AttachXMLProcessor

        public AttachXMLProcessor()
        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 AttachResourceFactoryImpl factory.
        Overrides:
        getRegistrations in class org.eclipse.emf.ecore.xmi.util.XMLProcessor