org.eclipse.emf.ecore.xmi.impl
Class RootXMLContentHandlerImpl.Describer

java.lang.Object
  extended by org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
      extended by org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl.Describer
All Implemented Interfaces:
IContentDescriber, ITextContentDescriber, IExecutableExtension
Enclosing class:
RootXMLContentHandlerImpl

public static class RootXMLContentHandlerImpl.Describer
extends ContentHandlerImpl.Describer

A describer that creates a RootXMLContentHandlerImpl instance.


Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
CONTENT_TYPE_ID, contentHandler, EXTENSIONS
 
Constructor Summary
RootXMLContentHandlerImpl.Describer()
           
 
Method Summary
protected  ContentHandler createContentHandler(java.util.Map<java.lang.String,java.lang.String> parameters)
          Creates a RootXMLContentHandlerImpl instance.
 
Methods inherited from class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
describe, describe, getDescriptionValue, getParameters, getProperty, getSupportedOptions, setInitializationData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootXMLContentHandlerImpl.Describer

public RootXMLContentHandlerImpl.Describer()
Method Detail

createContentHandler

protected ContentHandler createContentHandler(java.util.Map<java.lang.String,java.lang.String> parameters)
Creates a RootXMLContentHandlerImpl instance.

Overrides:
createContentHandler in class ContentHandlerImpl.Describer
Parameters:
parameters - the parameter for configuring the content handler.
Returns:
the next content handler.

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.