<!ELEMENT extension (textSearchQueryProvider+)>
<!ATTLIST-udvidelse
point CDATA #REQUIRED
id CDATA #IMPLIED
navn CDATA #IMPLIED>
<!ELEMENT textSearchQueryProvider EMPTY>
<!ATTLIST textSearchQueryProvider
id CDATA #REQUIRED
label CDATA #REQUIRED
class CDATA #REQUIRED>
<extension id=
"MinUdbyder"
point=
"org.eclipse.search.textSearchQueryProvider"
>
<textSearchEngine id=
"myproduct.textSearchQueryProvider"
label=
"Udvidet forespørgsel til tekstsøgning"
class=
"myproduct.QueryProvider"
/>
</extension>
org.eclipse.search.ui.text.TextSearchQueryProvider
Copyright (c) 2006 Wind River Systems 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