|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLResource | |
org.eclipse.emf.ecore.xmi | |
org.eclipse.emf.ecore.xmi.impl | |
org.eclipse.emf.mapping.ecore2ecore.util |
Uses of XMLResource in org.eclipse.emf.ecore.xmi |
Subinterfaces of XMLResource in org.eclipse.emf.ecore.xmi | |
interface |
XMIResource
A resource that serializes to XMI. |
Methods in org.eclipse.emf.ecore.xmi that return XMLResource | |
XMLResource |
XMLHelper.getResource()
Returns the resource |
Methods in org.eclipse.emf.ecore.xmi with parameters of type XMLResource | |
void |
XMLSave.save(XMLResource resource,
OutputStream outputStream,
Map options)
|
void |
XMLLoad.load(XMLResource resource,
InputStream inputStream,
Map options)
|
Uses of XMLResource in org.eclipse.emf.ecore.xmi.impl |
Classes in org.eclipse.emf.ecore.xmi.impl that implement XMLResource | |
class |
EMOFResourceImpl
This class represents an Ecore model serialized as an EMOF XMI file. |
class |
XMIResourceImpl
This class represents an XMIResource. |
class |
XMLResourceImpl
This class implements the XMLResource interface. |
Fields in org.eclipse.emf.ecore.xmi.impl declared as XMLResource | |
protected XMLResource |
XMLLoadImpl.resource
|
protected XMLResource |
XMLHelperImpl.resource
|
protected XMLResource |
XMLHandler.xmlResource
|
Methods in org.eclipse.emf.ecore.xmi.impl that return XMLResource | |
XMLResource |
XMLHelperImpl.getResource()
|
Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type XMLResource | |
void |
XMLSaveImpl.save(XMLResource resource,
OutputStream outputStream,
Map options)
|
protected void |
XMLSaveImpl.init(XMLResource resource,
Map options)
|
void |
XMLLoadImpl.load(XMLResource resource,
InputStream inputStream,
Map options)
Start parsing with the default handler; either XMI or XML. |
void |
XMLHelperImpl.setResource(XMLResource resource)
|
protected void |
XMISaveImpl.init(XMLResource resource,
Map options)
|
Constructors in org.eclipse.emf.ecore.xmi.impl with parameters of type XMLResource | |
XMLHelperImpl(XMLResource resource)
|
|
XMLHandler(XMLResource xmlResource,
XMLHelper helper,
Map options)
|
|
XMIHelperImpl(XMLResource resource)
|
|
XMIHandler(XMLResource xmiResource,
XMLHelper helper,
Map options)
Constructor. |
|
SAXXMLHandler(XMLResource xmiResource,
XMLHelper helper,
Map options)
Constructor. |
|
SAXXMIHandler(XMLResource xmiResource,
XMLHelper helper,
Map options)
Constructor. |
|
EMOFHelperImpl(XMLResource resource)
|
|
EMOFHandler(XMLResource xmiResource,
EMOFHandler.Helper helper,
Map options)
|
Uses of XMLResource in org.eclipse.emf.mapping.ecore2ecore.util |
Classes in org.eclipse.emf.mapping.ecore2ecore.util that implement XMLResource | |
class |
Ecore2EcoreResourceImpl
The Resource associated with the package |
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |