|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecore.xmi.impl.XMLMapImpl
This class represents a mapping from Ecore constructs to the XML representation of those constructs. It is used by the XML serializer and deserializer to load and save XML files.
Field Summary | |
protected Map |
eClassToFeatures
|
protected Map |
ecoreToXMLInfo
|
protected String |
idAttributeName
|
protected EPackage |
noNamespacePkg
|
protected EPackage.Registry |
packageRegistry
|
protected Set |
processedEPackages
|
protected Map |
urisToNamesToClassifiers
|
protected static String |
XSD2ECORE
|
Constructor Summary | |
XMLMapImpl()
Constructor for XMLMap. |
Method Summary | |
void |
add(ENamedElement element,
XMLResource.XMLInfo info)
Add an XMLInfo object for an Ecore construct to the map. |
EClassifier |
getClassifier(String namespaceURI,
String name)
Returns the EClassifier with the given namespace URI and name. |
EStructuralFeature |
getFeature(EClass eClass,
String namespaceURI,
String name)
Returns the feature for the given class with the given namespace URI and name. |
List |
getFeatures(EClass eClass)
Returns the list of features for the given class in the order in which they should be saved. |
String |
getIDAttributeName()
Gets the name of the XML attribute that holds IDs. |
XMLResource.XMLInfo |
getInfo(ENamedElement element)
Returns the XMLInfo object for the given Ecore construct, if there is one. |
EPackage |
getNoNamespacePackage()
Gets the package to use when namespaces are not used. |
EPackage.Registry |
getPackageRegistry()
|
void |
setIDAttributeName(String name)
Sets the name of the XML attribute that holds IDs. |
void |
setNoNamespacePackage(EPackage pkg)
Sets the package to use when namespaces are not used in an XML file; this affects loading only. |
void |
setPackageRegistry(EPackage.Registry packageRegistry)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final String XSD2ECORE
protected Map ecoreToXMLInfo
protected EPackage noNamespacePkg
protected String idAttributeName
protected Map urisToNamesToClassifiers
protected Map eClassToFeatures
protected Set processedEPackages
protected EPackage.Registry packageRegistry
Constructor Detail |
public XMLMapImpl()
Method Detail |
public void add(ENamedElement element, XMLResource.XMLInfo info)
add
in interface XMLResource.XMLMap
public XMLResource.XMLInfo getInfo(ENamedElement element)
getInfo
in interface XMLResource.XMLMap
public void setNoNamespacePackage(EPackage pkg)
XMLResource.XMLMap
setNoNamespacePackage
in interface XMLResource.XMLMap
public EPackage getNoNamespacePackage()
XMLResource.XMLMap
getNoNamespacePackage
in interface XMLResource.XMLMap
public void setIDAttributeName(String name)
XMLResource.XMLMap
setIDAttributeName
in interface XMLResource.XMLMap
public String getIDAttributeName()
XMLResource.XMLMap
getIDAttributeName
in interface XMLResource.XMLMap
public void setPackageRegistry(EPackage.Registry packageRegistry)
public EPackage.Registry getPackageRegistry()
public EClassifier getClassifier(String namespaceURI, String name)
XMLResource.XMLMap
getClassifier
in interface XMLResource.XMLMap
public EStructuralFeature getFeature(EClass eClass, String namespaceURI, String name)
XMLResource.XMLMap
getFeature
in interface XMLResource.XMLMap
public List getFeatures(EClass eClass)
XMLResource.XMLMap
getFeatures
in interface XMLResource.XMLMap
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |