| Interface | Description | 
|---|---|
| DisposableResourceSet | A  ResourceSetthat offers a dispose method. | 
| INamespaceDeclarationListener | The listener interface for receiving namespace declaration events from the XML parsers. | 
| IProxyCreationListener | Describes the contract for a proxy creation listener as can be notifier from this pool's created parsers. | 
| Class | Description | 
|---|---|
| ForwardingXMLDefaultHandler | This implementation of an  XMLDefaultHandlerwill forward all calls to its delegate. | 
| ForwardingXMLHandler | This implementation of an  XMLHandlerwill forward all calls to its delegate. | 
| ForwardingXMLHelper | This implementation of an  XMLHelperwill forward all calls to its delegate. | 
| NoNotificationParserPool | This implementation of an  XMLParserPoolaims at disabling all
 notifications when theoptionis set, including the notifications
 at the very end of parsing. | 
| NotifyingParserPool | This implementation of an XML parser pool will notify a list of  namespace declaration listenersof all namespaces declared in the parsed resource (xsi:schemalocation),
 then a list ofproxy creation listenersof each and every proxy it sees
 while loading an XML file as an EMF model. | 
| NotLoadingResourceSet | This implementation of a resource set will be created from a  StorageTraversal, and only those
 resources that are part of the traversal will be loaded. | 
| StoragePathAdapter | This will allow us to remember the storage path that allowed us to load a given resource. | 
| URIStorage | This implementation of an  IStoragewill allow us to keep track of theURIHandlerthat's
 been used to load a given URI from this uri converter. | 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.