Package org.eclipse.emf.compare.ide.internal.utils
-
Interface Summary Interface Description DisposableResourceSet AResourceSet
that 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 Summary Class Description ForwardingXMLDefaultHandler This implementation of anXMLDefaultHandler
will forward all calls to its delegate.ForwardingXMLHandler This implementation of anXMLHandler
will forward all calls to its delegate.ForwardingXMLHelper This implementation of anXMLHelper
will forward all calls to its delegate.NoNotificationParserPool This implementation of anXMLParserPool
aims at disabling all notifications when theoption
is set, including the notifications at the very end of parsing.NotifyingParserPool This implementation of an XML parser pool will notify a list ofnamespace declaration listeners
of all namespaces declared in the parsed resource (xsi:schemalocation), then a list ofproxy creation listeners
of 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 aStorageTraversal
, 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 anIStorage
will allow us to keep track of theURIHandler
that's been used to load a given URI from this uri converter.