<!ELEMENT extension (encryptionHelper)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT encryptionHelper EMPTY>
<!ATTLIST encryptionHelper
class CDATA #REQUIRED
extensionName CDATA #REQUIRED>
<extension point=
"org.eclipse.birt.report.model.encryptionHelper"
>
<encryptionHelper class=
"org.eclipse.test.encryptionHelper1"
extensionName=
"org.eclipse.test.encryptionHelper1"
/>
</extension>
Copyright (c) 2005 Actuate Corporation. All rights reserved. This program and
the accompanying materials are made available under the terms of the Eclipse
Public License v1.0 which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors: Actuate Corporation - initial API and implementation