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

Packages that use XMLResource.XMLMap
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.action   
org.eclipse.emf.mapping.ecore2xml.impl   
 

Uses of XMLResource.XMLMap in org.eclipse.emf.ecore.xmi
 

Methods in org.eclipse.emf.ecore.xmi that return XMLResource.XMLMap
 XMLResource.XMLMap XMLHelper.getXMLMap()
          Gets the XMLMap to use when serializing an XML file.
 

Methods in org.eclipse.emf.ecore.xmi with parameters of type XMLResource.XMLMap
 void XMLHelper.setXMLMap(XMLResource.XMLMap map)
          Sets the XMLMap to use when serializing an XML file.
 

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

Classes in org.eclipse.emf.ecore.xmi.impl that implement XMLResource.XMLMap
 class XMLMapImpl
          This class represents a mapping from Ecore constructs to the XML representation of those constructs.
 

Fields in org.eclipse.emf.ecore.xmi.impl declared as XMLResource.XMLMap
protected  XMLResource.XMLMap XMLSaveImpl.map
           
protected  XMLResource.XMLMap XMLSaveImpl.Lookup.map
           
protected  XMLResource.XMLMap XMLHelperImpl.xmlMap
           
protected  XMLResource.XMLMap XMLHandler.xmlMap
           
protected  XMLResource.XMLMap EMOFExtendedMetaData.xmlMap
           
 

Methods in org.eclipse.emf.ecore.xmi.impl that return XMLResource.XMLMap
 XMLResource.XMLMap XMLHelperImpl.getXMLMap()
           
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type XMLResource.XMLMap
 void XMLHelperImpl.setXMLMap(XMLResource.XMLMap map)
           
 

Constructors in org.eclipse.emf.ecore.xmi.impl with parameters of type XMLResource.XMLMap
XMLSaveImpl.Lookup(XMLResource.XMLMap map)
           
XMLSaveImpl.Lookup(XMLResource.XMLMap map, ExtendedMetaData extendedMetaData)
           
EMOFExtendedMetaData(XMLResource.XMLMap xmlMap)
           
 

Uses of XMLResource.XMLMap in org.eclipse.emf.mapping.ecore2xml
 

Subinterfaces of XMLResource.XMLMap in org.eclipse.emf.mapping.ecore2xml
 interface XMLMap
           A representation of the model object 'XML Map'.
 

Methods in org.eclipse.emf.mapping.ecore2xml that return XMLResource.XMLMap
 XMLResource.XMLMap Ecore2XMLRegistry.getXMLMap(String nsURI)
           
 XMLResource.XMLMap Ecore2XMLRegistry.Descriptor.getXMLMap()
           
 XMLResource.XMLMap Ecore2XMLRegistry.Reader.Ecore2XMLDescriptor.getXMLMap()
           
 

Uses of XMLResource.XMLMap in org.eclipse.emf.mapping.ecore2xml.action
 

Methods in org.eclipse.emf.mapping.ecore2xml.action that return XMLResource.XMLMap
protected static XMLResource.XMLMap GenerateEcore2XMLActionDelegate.createXMLMap(Ecore2EcoreMappingRoot mappingRoot)
           
 

Uses of XMLResource.XMLMap in org.eclipse.emf.mapping.ecore2xml.impl
 

Classes in org.eclipse.emf.mapping.ecore2xml.impl that implement XMLResource.XMLMap
protected  class XMLMapImpl.DelegateXMLMapImpl
           
 

Fields in org.eclipse.emf.mapping.ecore2xml.impl declared as XMLResource.XMLMap
protected  XMLResource.XMLMap XMLMapImpl.delegateXMLMap
           
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return XMLResource.XMLMap
 XMLResource.XMLMap Ecore2XMLRegistryImpl.getXMLMap(String nsURI)
           
protected  XMLResource.XMLMap Ecore2XMLRegistryImpl.delegatedGetXMLMap(String nsURI)
           
 


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