See: Description
Class | Description |
---|---|
IndexSAXXMIHandler | Deprecated
Use IndexSAXXMIHandler2 instead.
|
IndexSAXXMIHandler.EClassFeatureNamePair |
This class is cache for mapping the feature to its xml name
|
IndexSAXXMIHandler.MyEObjectEntryStack<E> |
A stack implementation for the light weight eObject entries
|
IndexSAXXMIHandler2 |
This class is a SAX handler for parsing and creating index entries for files
created using the
org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
class with ids. |
IndexSAXXMIHandler2.EClassFeatureNamePair |
This class is cache for mapping the feature to its xml name
|
IndexSAXXMIHandler2.MyEObjectEntryStack |
A stack implementation for the light weight eObject entries
|
XMIIndexProvider | Deprecated
Use XMIIndexProvider2 instead.
|
XMIIndexProvider2 |
This class extends the
AbstractIndexProvider class and is used
for creating index entries by parsing/loading XMI files (files created using
the org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl class with
ids). |
XMIIndexProviderFactory |
A concrete implementation of
IIndexProviderFactory . |
IndexSAXXMIHandler
:
This class is a SAX handler for parsing and creating index entries for files created using
the org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
class with ids.XMIIndexProvider
:
This class extends the AbstractIndexProvider
class and is used
for creating index entries by parsing/loading XMI files (files created
using the org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
class
with ids). The XMIIndexProviderFactory
class creates instances of this class within its
createIndexProvider
method.XMIIndexProviderFactory
:
A concrete implementation of IIndexProviderFactory
. This class
creates XMIIndexProvider
s for parsing XMI resources (files created
using the org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
class
with ids) and creating index entries. Clients should register this class
against their content types in the extension point com.ibm.xtools.emf.index.configurationEntries.