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

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

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

Classes in org.eclipse.emf.ecore.xmi.impl that implement XMLResource.URIHandler
 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.
 class URIHandlerImpl
          This is the basic implementation of the URIHandler interface.
static class URIHandlerImpl.PlatformSchemeAware
           
 

Fields in org.eclipse.emf.ecore.xmi.impl declared as XMLResource.URIHandler
protected  XMLResource.URIHandler XMLHelperImpl.uriHandler
           
protected  XMLResource.URIHandler XMLHandler.uriHandler
           
 


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