<!ELEMENT extension (factory)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT factory EMPTY>
<!ATTLIST factory
class CDATA #REQUIRED
extensions CDATA #IMPLIED
fileNames CDATA #IMPLIED
contentTypeId CDATA #IMPLIED>
注釈モデル・ファクトリーの仕様です。 指定ファイルのファクトリーを見付けるには、各ファクトリー仕様の属性が、contentTypeId、fileNames、extensions の順に調べられます。 指定ファイルに対して複数の同等に固有のファクトリー仕様が見付かった場合にどのファクトリーが使用されるかは指定されていません。
<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 Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html