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   
org.eclipse.emf.mapping.ecore2xml.util   
 

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 EMOFExtendedMetaData.xmlMap
           
protected  XMLResource.XMLMap XMLHandler.xmlMap
           
protected  XMLResource.XMLMap XMLHelperImpl.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
EMOFExtendedMetaData(XMLResource.XMLMap xmlMap)
           
XMLSaveImpl.Lookup(XMLResource.XMLMap map)
           
XMLSaveImpl.Lookup(XMLResource.XMLMap map, ExtendedMetaData extendedMetaData)
           
XMLSaveImpl.Lookup(XMLResource.XMLMap map, ExtendedMetaData extendedMetaData, XMLResource.ElementHandler elementHandler)
           
 

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.Descriptor.getXMLMap()
           
 XMLResource.XMLMap Ecore2XMLRegistry.Reader.Ecore2XMLDescriptor.getXMLMap()
           
 XMLResource.XMLMap Ecore2XMLRegistry.getXMLMap(java.lang.String nsURI)
           
 

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
protected  XMLResource.XMLMap Ecore2XMLRegistryImpl.delegatedGetXMLMap(java.lang.String nsURI)
           
 XMLResource.XMLMap Ecore2XMLRegistryImpl.getXMLMap(java.lang.String nsURI)
           
 

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

Fields in org.eclipse.emf.mapping.ecore2xml.util with type parameters of type XMLResource.XMLMap
protected  java.util.Map<java.lang.String,XMLResource.XMLMap> Ecore2XMLExtendedMetaData.xmlMaps
           
 


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