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   
 

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)
           
 


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