Class NotifyingParserPool

java.lang.Object
org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
org.eclipse.emf.compare.ide.internal.utils.NotifyingParserPool
All Implemented Interfaces:
XMLParserPool
Direct Known Subclasses:
NoNotificationParserPool

public class NotifyingParserPool
extends XMLParserPoolImpl
This implementation of an XML parser pool will notify a list of namespace declaration listeners of all namespaces declared in the parsed resource (xsi:schemalocation), then a list of proxy creation listeners of each and every proxy it sees while loading an XML file as an EMF model.