<!ELEMENT extension (section)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT section (enablement)>
<!ATTLIST section
id CDATA #REQUIRED
class CDATA #REQUIRED
typeIds CDATA #IMPLIED
order CDATA #IMPLIED
insertionId CDATA #IMPLIED>
<extension point=
"org.eclipse.wst.server.ui.editorPageSections"
>
<section id=
"com.example"
order=
"0"
insertionId=
"com.example.left"
typeIds=
"com.example.*"
class=
"com.example.ExampleEditorSectionFactory"
/>
</extension>
org.eclipse.wst.server.ui.editor.ServerEditorPageSectionFactoryDelegate.
Copyright (c) 2000, 2005 IBM Corporation and others.
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