| Interface | Description |
|---|---|
| DOMHandler |
This interface is a handler that is called by
XMLSave while converting the contents of an XMLResource to DOM,
to allow application to record EMF values that were used to create a DOM node. |
| DOMHelper |
This interface provides methods which given a DOM node return corresponding EMF objects.
|
| EcoreBuilder |
The interface describes an XML Schema to Ecore builder.
|
| NameInfo |
This interface represents a qualified name, as specified in "Namespaces in XML" specification.
|
| XMIResource |
A resource that serializes to XMI.
|
| XMLDefaultHandler |
The XML handler interface.
|
| XMLHelper |
Configuration class for XML.
|
| XMLHelper.ManyReference | |
| XMLLoad |
This defines the methods for the interface that XMLResourceImpl
uses to load the resource.
|
| XMLOptions |
This interface allows user specify various XML deserialization and serialization options
|
| XMLParserPool |
Defines an interface to cache parsers and parser's handlers (XMLDefaultHandler) to improve
deserialization performance.
|
| XMLResource |
This interface represents an XML resource.
|
| XMLResource.ElementHandler |
An interface for an element handle that is used to deduce an appropriate feature when serializing a value of a specific type.
|
| XMLResource.MissingPackageHandler |
Handles missing packages as a last resort when all other mechanisms have failed.
|
| XMLResource.ResourceEntityHandler |
An interface for a resource entity handler.
|
| XMLResource.ResourceHandler |
An interface for a resource handler that can be registered to receive call backs
for loading from an input stream or for saving to an output stream.
|
| XMLResource.URIHandler |
An interface for a URI handler that is used to
resolve and deresolve URIs. |
| XMLResource.XMLInfo |
This interface is used with the XMLMap interface to describe how
to serialize objects and features.
|
| XMLResource.XMLMap |
This interface represents a mapping from Ecore constructs to the
XML representation of those constructs.
|
| XMLSave |
This defines the methods for the interface that XMLResourceImpl
uses to save the resource.
|
| XMLSave.XMLTypeInfo |
This defines the methods for the interface used to determine
whether type information should be saved when the
XMLResource.OPTION_SAVE_TYPE_INFORMATION save option is enabled.
|
| Class | Description |
|---|---|
| XMIPlugin |
The Plugin for the EMF.Ecore.XMI library.
|
| XMIPlugin.Implementation |
The actual implementation of the Eclipse Plugin.
|
| XMIPlugin.Implementation.Activator |
| Exception | Description |
|---|---|
| ClassNotFoundException | |
| DanglingHREFException | |
| FeatureNotFoundException | |
| IllegalValueException | |
| PackageNotFoundException | |
| UnresolvedReferenceException | |
| XMIException |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature