Class FilterXMLProcessor


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

      • FilterXMLProcessor

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