Uses of Interface
org.eclipse.emf.ecore.xmi.XMLResource.ResourceEntityHandler

Packages that use XMLResource.ResourceEntityHandler
org.eclipse.emf.ecore.xmi.impl   
 

Uses of XMLResource.ResourceEntityHandler in org.eclipse.emf.ecore.xmi.impl
 

Classes in org.eclipse.emf.ecore.xmi.impl that implement XMLResource.ResourceEntityHandler
 class ResourceEntityHandlerImpl
          This resource entity handler implementation extends the URI handler implementation so that this object can be used as both a resource entity handler and a URI handler since it's far more efficient to deresolve a URI once to compute the entity value than to deresolve it for each use and then map that deresolved result to an entity.
 

Fields in org.eclipse.emf.ecore.xmi.impl declared as XMLResource.ResourceEntityHandler
protected  XMLResource.ResourceEntityHandler XMLHandler.resourceEntityHandler
           
protected  XMLResource.ResourceEntityHandler XMLSaveImpl.resourceEntityHandler
           
 


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