|
|||||||||||
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 | |
org.eclipse.emf.mapping.ecore2xml.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)
|
Document |
XMLSave.save(XMLResource resource,
Document document,
Map options,
DOMHandler handler)
|
void |
XMLSave.save(XMLResource resource,
Writer writer,
Map options)
Saves the resource to the writer using the specified options. |
void |
XMLResource.ResourceHandler.preLoad(XMLResource resource,
InputStream inputStream,
Map options)
|
void |
XMLResource.ResourceHandler.postLoad(XMLResource resource,
InputStream inputStream,
Map options)
|
void |
XMLResource.ResourceHandler.preSave(XMLResource resource,
OutputStream outputStream,
Map options)
|
void |
XMLResource.ResourceHandler.postSave(XMLResource resource,
OutputStream outputStream,
Map options)
|
XMLDefaultHandler |
XMLParserPool.getDefaultHandler(XMLResource resource,
XMLLoad xmlLoad,
XMLHelper helper,
Map options)
Retrives XMLDefaultHandler from the pool and initializes / prepares it. |
void |
XMLLoad.load(XMLResource resource,
InputStream inputStream,
Map options)
|
void |
XMLLoad.load(XMLResource resource,
InputSource inputSource,
Map options)
|
void |
XMLLoad.load(XMLResource resource,
Node node,
Map options)
|
void |
XMLDefaultHandler.prepare(XMLResource resource,
XMLHelper helper,
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 |
GenericXMLResourceImpl
|
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 |
XMLSaveImpl.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 | |
Document |
XMLSaveImpl.save(XMLResource resource,
Document doc,
Map options,
DOMHandler handler)
|
void |
XMLSaveImpl.save(XMLResource resource,
Writer writer,
Map options)
|
void |
XMLSaveImpl.save(XMLResource resource,
OutputStream outputStream,
Map options)
|
protected void |
XMLSaveImpl.init(XMLResource resource,
Map options)
|
XMLDefaultHandler |
XMLParserPoolImpl.getDefaultHandler(XMLResource resource,
XMLLoad xmlLoad,
XMLHelper helper,
Map options)
|
void |
XMLLoadImpl.load(XMLResource resource,
InputStream inputStream,
Map options)
Start parsing with the default handler; either XMI or XML. |
void |
XMLLoadImpl.load(XMLResource resource,
InputSource inputSource,
Map options)
|
void |
XMLLoadImpl.load(XMLResource resource,
Node node,
Map options)
|
void |
XMLHelperImpl.setResource(XMLResource resource)
|
void |
XMLHandler.prepare(XMLResource resource,
XMLHelper helper,
Map options)
|
protected void |
XMISaveImpl.init(XMLResource resource,
Map options)
|
void |
SAXWrapper.prepare(XMLResource resource,
XMLHelper helper,
Map options)
Deprecated. |
void |
BasicResourceHandler.preLoad(XMLResource resource,
InputStream inputStream,
Map options)
|
void |
BasicResourceHandler.postLoad(XMLResource resource,
InputStream inputStream,
Map options)
|
void |
BasicResourceHandler.preSave(XMLResource resource,
OutputStream outputStream,
Map options)
|
void |
BasicResourceHandler.postSave(XMLResource resource,
OutputStream outputStream,
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. |
|
GenericXMLResourceImpl.GenericSAXXMLHandler(XMLResource xmlResource,
XMLHelper helper,
Map options)
|
|
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 |
Uses of XMLResource in org.eclipse.emf.mapping.ecore2xml.util |
Subinterfaces of XMLResource in org.eclipse.emf.mapping.ecore2xml.util | |
interface |
Ecore2XMLResource
The interface for Ecore2XML resources. |
Classes in org.eclipse.emf.mapping.ecore2xml.util that implement XMLResource | |
class |
Ecore2XMLResourceImpl
The Resource associated with the package. |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |