<!ELEMENT extension (deltaTreeFilterFactory+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT deltaTreeFilterFactory EMPTY>
<!ATTLIST deltaTreeFilterFactory
id CDATA #REQUIRED
class CDATA #REQUIRED
contentTypeId CDATA #REQUIRED>
Filters out some differences in the delta tree for a specific content type.
<extension point="com.ibm.xtools.comparemerge.emf.deltaTreeFilterFactories"> <deltaTreeFilter id="editableDeltaTreeFilterFactory" contentTypeId="com.ibm.xtools.uml.msl.umlModelContentType" class="com.ibm.xtools.modeler.compare.internal.utils.EditableDeltaTreeFilterFactory"> </deltaTreeFilter> </extension>
Copyright 2007 IBM Corporation. All Rights Reserved.