<!ELEMENT extension (factory)>
<!ATTLIST-udvidelse
point CDATA #REQUIRED
id CDATA #IMPLIED
navn CDATA #IMPLIED>
<!ELEMENT factory EMPTY>
<!ATTLIST factory
class CDATA #REQUIRED
extensions CDATA #IMPLIED
fileNames CDATA #IMPLIED
contentTypeId CDATA #IMPLIED>
Angivelsen af en annotationsmodel-factory. For at kunne finde en factory for en given fil undersøges attributterne for hver factory-specifikation i følgende rækkefølge: contentTypeId, fileNames, filtyper. Hvis der er flere, lige specifikke factory-specifikationer for en given filtype, er det ikke angivet, hvilken factory der bruges.
<extension point=
"org.eclipse.core.filebuffers.annotationModelCreation"
>
<factory extensions=
"xzy"
class=
"org.eclipse.ui.texteditor.ResourceMarkerAnnotationModelFactory"
>
</factory>
</extension>
Copyright (c) 2001, 2004 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