| Package | Description |
|---|---|
| org.eclipse.emf.ecore.xmi | |
| org.eclipse.emf.ecore.xmi.impl |
| Modifier and Type | Method and Description |
|---|---|
XMLDefaultHandler |
XMLLoad.createDefaultHandler() |
XMLDefaultHandler |
XMLParserPool.getDefaultHandler(XMLResource resource,
XMLLoad xmlLoad,
XMLHelper helper,
java.util.Map<?,?> options)
Retrieves XMLDefaultHandler from the pool and initializes / prepares it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLParserPool.releaseDefaultHandler(XMLDefaultHandler handler,
java.util.Map<?,?> options)
Returns the XMLDefaultHandler to the pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EMOFHandler |
protected static class |
GenericXMLResourceImpl.GenericSAXXMLHandler |
class |
SAXWrapper
Deprecated.
This class wraps an XMLHandler with a SAX DefaultHandler.
|
class |
SAXXMIHandler
This class is a SAX handler for creating MOF2 objects from an XMI 2.0 file.
|
class |
SAXXMLHandler
This class implements the XML deserializer which creates
EObjects from XML files.
|
class |
XMIHandler
This class is a SAX handler for creating MOF2 objects from an XMI 2.0 file.
|
class |
XMLHandler
This class is a generic interface for loading XML files and
creating EObjects from them.
|
| Modifier and Type | Method and Description |
|---|---|
XMLDefaultHandler |
XMLLoadImpl.createDefaultHandler() |
XMLDefaultHandler |
XMLParserPoolImpl.getDefaultHandler(XMLResource resource,
XMLLoad xmlLoad,
XMLHelper helper,
java.util.Map<?,?> options) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLParserPoolImpl.releaseDefaultHandler(XMLDefaultHandler handler,
java.util.Map<?,?> options) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature