org.eclipse.emf.mapping.ecore2xml.impl
Class Ecore2XMLRegistryImpl
java.lang.Object
java.util.AbstractMap
java.util.HashMap
org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLRegistryImpl
- All Implemented Interfaces:
- Cloneable, Ecore2XMLRegistry, Map, Serializable
- public class Ecore2XMLRegistryImpl
- extends HashMap
- implements Ecore2XMLRegistry
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from interface java.util.Map |
clear, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
delegateRegistry
protected Ecore2XMLRegistry delegateRegistry
Ecore2XMLRegistryImpl
public Ecore2XMLRegistryImpl()
Ecore2XMLRegistryImpl
public Ecore2XMLRegistryImpl(Ecore2XMLRegistry delegateRegistry)
getXMLMap
public XMLResource.XMLMap getXMLMap(String nsURI)
- Specified by:
getXMLMap
in interface Ecore2XMLRegistry
delegatedGetXMLMap
protected XMLResource.XMLMap delegatedGetXMLMap(String nsURI)
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map