Class Smil20XMLProcessor

Object
XMLProcessor
Smil20XMLProcessor

public class Smil20XMLProcessor extends XMLProcessor
This class contains helper methods to serialize and deserialize XML documents
  • Field Summary

    Fields inherited from class XMLProcessor

    ecoreBuilder, extendedMetaData, loadOptions, registrations, registry, saveOptions, STAR_EXTENSION, XML_EXTENSION, XML_URI
  • Constructor Summary

    Constructors
    Constructor
    Description
    Public constructor to instantiate the helper.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,Resource.Factory>
    Register for "*" and "xml" file extensions the Smil20ResourceFactoryImpl factory.

    Methods inherited from class XMLProcessor

    createEcoreBuilder, createExtendedMetaData, createResourceSet, getEPackageRegistry, getExtendedMetaData, load, load, load, load, save, save, save, saveToString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Smil20XMLProcessor

      public Smil20XMLProcessor()
      Public constructor to instantiate the helper.
  • Method Details

    • getRegistrations

      protected Map<String,Resource.Factory> getRegistrations()
      Register for "*" and "xml" file extensions the Smil20ResourceFactoryImpl factory.
      Overrides:
      getRegistrations in class XMLProcessor