Package bpsim.util

Class BpsimXMLProcessor


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

      • BpsimXMLProcessor

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