org.eodisp.hla.crc.omt.util
Class OmtXMLProcessor

java.lang.Object
  extended by org.eclipse.emf.ecore.xmi.util.XMLProcessor
      extended by org.eodisp.hla.crc.omt.util.OmtXMLProcessor

public class OmtXMLProcessor
extends org.eclipse.emf.ecore.xmi.util.XMLProcessor

This class contains helper methods to serialize and deserialize XML documents

generated

Field Summary
static java.lang.String copyright
           
 
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
OmtXMLProcessor()
          Public constructor to instantiate the helper.
 
Method Summary
protected  java.util.Map getRegistrations()
          Register for "*" and "xml" file extensions the OmtResourceFactoryImpl factory.
 
Methods inherited from class org.eclipse.emf.ecore.xmi.util.XMLProcessor
createEcoreBuilder, createExtendedMetaData, createResourceSet, getEPackageRegistry, getExtendedMetaData, load, load, load, load, save, save, save, saveToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
generated
Constructor Detail

OmtXMLProcessor

public OmtXMLProcessor()
Public constructor to instantiate the helper.

generated
Method Detail

getRegistrations

protected java.util.Map getRegistrations()
Register for "*" and "xml" file extensions the OmtResourceFactoryImpl factory.

Overrides:
getRegistrations in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
generated