org.eclipse.etrice.etunit.converter.Etunit.util
Class EtunitXMLProcessor

java.lang.Object
  extended by XMLProcessor
      extended by org.eclipse.etrice.etunit.converter.Etunit.util.EtunitXMLProcessor

public class EtunitXMLProcessor
extends XMLProcessor

This class contains helper methods to serialize and deserialize XML documents

EMF generated code

Constructor Summary
EtunitXMLProcessor()
          Public constructor to instantiate the helper.
 
Method Summary
protected  java.util.Map<java.lang.String,Resource.Factory> getRegistrations()
          Register for "*" and "xml" file extensions the EtunitResourceFactoryImpl factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EtunitXMLProcessor

public EtunitXMLProcessor()
Public constructor to instantiate the helper.

EMF generated code
Method Detail

getRegistrations

protected java.util.Map<java.lang.String,Resource.Factory> getRegistrations()
Register for "*" and "xml" file extensions the EtunitResourceFactoryImpl factory.

EMF generated code