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

Packages that use XMLResource.XMLInfo
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
 

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

Methods in org.eclipse.emf.ecore.xmi that return XMLResource.XMLInfo
 XMLResource.XMLInfo XMLResource.XMLMap.getInfo(ENamedElement element)
          Returns the XMLInfo object for the given Ecore construct, if there is one.
 

Methods in org.eclipse.emf.ecore.xmi with parameters of type XMLResource.XMLInfo
 void XMLResource.XMLMap.add(ENamedElement element, XMLResource.XMLInfo info)
          Add an XMLInfo object for an Ecore construct to the map.
 

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

Classes in org.eclipse.emf.ecore.xmi.impl that implement XMLResource.XMLInfo
 class XMLInfoImpl
          This class is used with the XMLMap class to describe how to serialize objects and features.
 

Methods in org.eclipse.emf.ecore.xmi.impl that return XMLResource.XMLInfo
 XMLResource.XMLInfo XMLMapImpl.getInfo(ENamedElement element)
          Returns the XMLInfo object for the given Ecore construct, if there is one.
protected  XMLResource.XMLInfo EMOFResourceFactoryImpl.createXMLInfo(String name)
           
protected  XMLResource.XMLInfo EMOFResourceFactoryImpl.createXMLInfo()
           
 

Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type XMLResource.XMLInfo
 void XMLMapImpl.add(ENamedElement element, XMLResource.XMLInfo info)
          Add an XMLInfo object for an Ecore construct to the map.
 


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