org.eclipse.emf.ecore.xmi.impl
Class XMIHelperImpl

java.lang.Object
  |
  +--org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
        |
        +--org.eclipse.emf.ecore.xmi.impl.XMIHelperImpl
All Implemented Interfaces:
XMIHelper, XMLHelper

public class XMIHelperImpl
extends XMLHelperImpl
implements XMIHelper


Inner classes inherited from class org.eclipse.emf.ecore.xmi.XMLHelper
XMLHelper.ManyReference
 
Fields inherited from class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
danglingHREFException, featuresToKinds, INTEGER_DATATYPE_IS_MANY, INTEGER_DATATYPE_SINGLE, INTEGER_IS_MANY_ADD, INTEGER_IS_MANY_MOVE, noNamespacePackage, packages, prefixesToURIs, processDanglingHREF, resource, xmlMap
 
Fields inherited from interface org.eclipse.emf.ecore.xmi.XMLHelper
DATATYPE_IS_MANY, DATATYPE_SINGLE, IS_MANY_ADD, IS_MANY_MOVE, OTHER
 
Constructor Summary
XMIHelperImpl()
           
XMIHelperImpl(XMLResource resource)
           
 
Method Summary
 java.lang.String getName(ENamedElement obj)
          Returns the XML name of the ENamedElement
 
Methods inherited from class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
addPrefix, computeFeatureKind, createObject, getDanglingHREFException, getFeature, getFeatureKind, getFeatureWithoutMap, getHREF, getID, getIDREF, getJavaEncoding, getNoNamespacePackage, getQName, getQName, getQName, getResource, getURI, getValue, getXMLEncoding, getXMLMap, handleDanglingHREF, packages, resolve, saveString, setManyReference, setNoNamespacePackage, setProcessDanglingHREF, setResource, setValue, setXMLMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.xmi.XMLHelper
addPrefix, createObject, getDanglingHREFException, getFeature, getFeatureKind, getHREF, getID, getIDREF, getJavaEncoding, getNoNamespacePackage, getQName, getQName, getResource, getURI, getValue, getXMLEncoding, getXMLMap, packages, resolve, setManyReference, setNoNamespacePackage, setProcessDanglingHREF, setValue, setXMLMap
 

Constructor Detail

XMIHelperImpl

public XMIHelperImpl()

XMIHelperImpl

public XMIHelperImpl(XMLResource resource)
Method Detail

getName

public java.lang.String getName(ENamedElement obj)
Description copied from interface: XMLHelper
Returns the XML name of the ENamedElement
Specified by:
getName in interface XMLHelper
Overrides:
getName in class XMLHelperImpl

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