<!ELEMENT extension (factory)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT factory EMPTY>
<!ATTLIST factory
impl CDATA #REQUIRED
>
<extension point="org.eclipse.mat.api.factory"> <factory impl="org.eclipse.mat.parser.internal.SnapshotFactoryImpl" /> </extension>
org.eclipse.mat.parser.internal.SnapshotFactoryImpl
lives in the org.eclipse.mat.parser plug-in.
Copyright (c) 2008,2011 SAP AG and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which
accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/