| Package | Description |
|---|---|
| org.eclipse.emf.ecore.xmi.impl |
| Modifier and Type | Class and Description |
|---|---|
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.AbsoluteCrossBundleAware
A URI handler that will avoid creating relative references between different platform:/resource/project-name or platform/plugin/bundle-name,
i.e., it will produce relative references only within projects or bundles and will use absolute URIs for references outside of that project or bundle.
|
static class |
URIHandlerImpl.PlatformSchemeAware
A URI handler that will avoid creating relative references between platform:/resource and platform:/plugin.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLResource.URIHandler |
XMLHelperImpl.uriHandler |
protected XMLResource.URIHandler |
XMLHandler.uriHandler |
| Modifier and Type | Method and Description |
|---|---|
protected EObjectInputStream |
XMLResourceImpl.createEObjectInputStream(java.io.InputStream inputStream,
java.util.Map<?,?> options,
XMLResource.URIHandler uriHandler) |
protected EObjectOutputStream |
XMLResourceImpl.createEObjectOutputStream(java.io.OutputStream outputStream,
java.util.Map<?,?> options,
BinaryResourceImpl.BinaryIO.Version version,
XMLResource.URIHandler uriHandler) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature