<!ELEMENT extension (resourceHandler)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT resourceHandler EMPTY>
<!ATTLIST resourceHandler
class CDATA #REQUIRED
contentTypeIds CDATA #REQUIRED>
Declares a ResourceHandler to perform post-load and pre-save modifications to a resource.
Note that only that content type matching is done using only the file extension; content descriptors are ignored.
<extension point="com.ibm.xtools.emf.core.resourceHandler"> <resourceHandler class="com.ibm.xtools.examples.ExampleResourceHandler"> </resourceHandler> </extension>
Licensed Materials - Property of IBM
Copyright IBM Corp. 2007, 2008. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.