TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.context.util
Class ContextXMLProcessor

java.lang.Object
  extended byorg.eclipse.emf.ecore.xmi.util.XMLProcessor
      extended byorg.eclipse.hyades.logging.adapter.model.internal.context.util.ContextXMLProcessor

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

This class contains helper methods to serialize and deserialize XML documents

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
ContextXMLProcessor()
          Public constructor to instantiate the helper
 
Method Summary
protected  java.util.Map getRegistrations()
          Register for "*" and "xml" file extensions the ContextResourceFactoryImpl 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

ContextXMLProcessor

public ContextXMLProcessor()
Public constructor to instantiate the helper.

Generated
Method Detail

getRegistrations

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

Generated

TPTP 4.2.0 Platform Project
Internal API Specification