net.ogdf.ogml.util
Class OgmlXMLProcessor

java.lang.Object
  extended by org.eclipse.emf.ecore.xmi.util.XMLProcessor
      extended by net.ogdf.ogml.util.OgmlXMLProcessor

public class OgmlXMLProcessor
extends XMLProcessor

This class contains helper methods to serialize and deserialize XML documents

Rating red
Generated:
This code was automatically generated.

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
OgmlXMLProcessor()
          Public constructor to instantiate the helper.
 
Method Summary
protected  Map<String,Resource.Factory> getRegistrations()
          Register for "*" and "xml" file extensions the OgmlResourceFactoryImpl 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
 

Constructor Detail

OgmlXMLProcessor

public OgmlXMLProcessor()
Public constructor to instantiate the helper.

Generated:
This code was automatically generated.
Method Detail

getRegistrations

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

Overrides:
getRegistrations in class XMLProcessor
Generated:
This code was automatically generated.