diff -r 000000000000 -r a02c979e8dfd srcanaapps/apiquerytool/com.nokia.s60tools.apiquery/schema/searchMethods.exsd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/srcanaapps/apiquerytool/com.nokia.s60tools.apiquery/schema/searchMethods.exsd Sat Jan 09 10:04:11 2010 +0530 @@ -0,0 +1,134 @@ + + + + + + + + + It can be used to add another serachmethod to query api information. + + + + + + + + + + + + a fully qualified identifier of the target extension point + + + + + + + an optional identifier of the extension instance + + + + + + + an optional name of the extension instance + + + + + + + + + + + + + + + a fully qualified name of the class that implements com.nokia.s60tools.apiquery.shared.searchmethod.ISearchMethodExtension + or subclass com.nokia.s60tools.apiquery.shared.searchmethod.AbstractSearchMethodExtension + + + + + + + + + + Unique source name + + + + + + + unique Id + + + + + + + To use the current source as default source + + + + + + + + + + + + The following is an example of Web extension point: + + <extension + point="com.nokia.s60tools.apiquery.searchMethods"> + <searchMethod + class="com.nokia.s60tools.apiquery.web.searchmethod.WebServerSearchMethodExtension" + description="Web Server" + id="web" + isDefault="true"/> + </extension> + + + + + + + + + The value of the class attribute must be a fully qualified name of the class that implements com.nokia.s60tools.apiquery.shared.searchmethod.ISearchMethodExtension or subclass com.nokia.s60tools.apiquery.shared.searchmethod.AbstractSearchMethodExtension when developing a new serach method. + + + + + + + + + APIQuery is provided with 3 serach methods :cache,web and excel sheets which are the extension of this plugin. + + + + + + + + + + Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). + All rights reserved. + + This component and the accompanying materials are made available + under the terms of "Eclipse Public License v1.0" + which accompanies this distribution, and is available + at the URL "http://www.eclipse.org/legal/epl-v10.html". + + + +