| Package | Description |
|---|---|
| org.eclipse.emf.ecore.xmi | |
| org.eclipse.emf.ecore.xmi.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLHelper.populateNameInfo(NameInfo nameInfo,
EClass eClass)
This method populates the given
NameInfo with name information, resetting all the current
values in the nameInfo |
void |
XMLHelper.populateNameInfo(NameInfo nameInfo,
EDataType eDataType)
This method populates the given
NameInfo with name information, resetting all the current
values in the nameInfo |
void |
XMLHelper.populateNameInfo(NameInfo nameInfo,
EStructuralFeature feature)
This method populates the given
NameInfo with name information, resetting all the current
values in the nameInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
NameInfoImpl
Implementation of the
NameInfo interface. |
| Modifier and Type | Field and Description |
|---|---|
protected NameInfo |
XMLSaveImpl.nameInfo |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
XMLHelperImpl.getQName(NameInfo nameInfo,
EPackage ePackage,
java.lang.String name) |
protected java.lang.String |
XMLHelperImpl.getQName(NameInfo nameInfo,
EPackage ePackage,
java.lang.String name,
boolean mustHavePrefix) |
void |
XMLHelperImpl.populateNameInfo(NameInfo nameInfo,
EClass c) |
void |
XMLHelperImpl.populateNameInfo(NameInfo nameInfo,
EDataType eDataType) |
void |
XMLHelperImpl.populateNameInfo(NameInfo nameInfo,
EStructuralFeature feature) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature