Uses of Interface
org.eclipse.emf.ecore.resource.ContentHandler

Packages that use ContentHandler
org.eclipse.emf.ecore.resource Provides an API for modeling abstract persistent resources. 
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.ecore.xmi.impl   
 

Uses of ContentHandler in org.eclipse.emf.ecore.resource
 

Methods in org.eclipse.emf.ecore.resource that return types with arguments of type ContentHandler
 java.util.List<ContentHandler> ContentHandler.Registry.contentHandlers()
          Returns a read only list of all the content handlers in the map in priority order.
 EList<ContentHandler> URIConverter.getContentHandlers()
          Returns the list of ContentHandlers.
 

Methods in org.eclipse.emf.ecore.resource with parameters of type ContentHandler
 void ContentHandler.Registry.put(int priority, ContentHandler contentHandler)
          Adds an additional content handler with the given priority to the map.
 

Uses of ContentHandler in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement ContentHandler
 class ContentHandlerImpl
          An implementation of a content handler.
 class PlatformContentHandlerImpl
           
 

Fields in org.eclipse.emf.ecore.resource.impl declared as ContentHandler
protected  ContentHandler ContentHandlerImpl.Describer.contentHandler
          The content handler delegate.
 

Methods in org.eclipse.emf.ecore.resource.impl that return ContentHandler
protected  ContentHandler ContentHandlerImpl.Describer.createContentHandler(java.util.Map<java.lang.String,java.lang.String> parameters)
          Returns the new content handler for the given parameters that were supplied by the registration of the Eclipse content type.
 ContentHandler[] ExtensibleURIConverterImpl.ContentHandlerList.data()
           
 

Methods in org.eclipse.emf.ecore.resource.impl that return types with arguments of type ContentHandler
 java.util.List<ContentHandler> ContentHandlerRegistryImpl.contentHandlers()
           
 EList<ContentHandler> ExtensibleURIConverterImpl.getContentHandlers()
           
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type ContentHandler
 void ContentHandlerRegistryImpl.put(int priority, ContentHandler contentHandler)
           
 

Constructor parameters in org.eclipse.emf.ecore.resource.impl with type arguments of type ContentHandler
ExtensibleURIConverterImpl(java.util.Collection<URIHandler> uriHandlers, java.util.Collection<ContentHandler> contentHandlers)
          Creates an instance.
 

Uses of ContentHandler in org.eclipse.emf.ecore.xmi.impl
 

Classes in org.eclipse.emf.ecore.xmi.impl that implement ContentHandler
 class RootXMLContentHandlerImpl
          A specialized ContentHandler implementation that matches root element names and namespaces.
 class XMLContentHandlerImpl
          A ContentHandler content handler implementation for dealing with XML content.
static class XMLContentHandlerImpl.XMI
           
 

Methods in org.eclipse.emf.ecore.xmi.impl that return ContentHandler
protected  ContentHandler RootXMLContentHandlerImpl.Describer.createContentHandler(java.util.Map<java.lang.String,java.lang.String> parameters)
          Creates a RootXMLContentHandlerImpl instance.
protected  ContentHandler XMLContentHandlerImpl.XMI.Describer.createContentHandler(java.util.Map<java.lang.String,java.lang.String> parameters)
          Creates a RootXMLContentHandlerImpl instance.
 


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