import "nsIBrowserSearchService.idl";
Public Member Functions | |
| nsISearchSubmission | getSubmission (in AString data) |
| void | addParam (in AString name, in AString value) |
Public Attributes | |
| const unsigned long | TYPE_MOZSEARCH = 1 |
| const unsigned long | TYPE_SHERLOCK = 2 |
| const unsigned long | TYPE_OPENSEARCH = 3 |
| const unsigned long | DATA_XML = 1 |
| const unsigned long | DATA_TEXT = 2 |
| attribute AString | alias |
| attribute boolean | hidden |
| readonly attribute nsIURI | iconURI |
| readonly attribute AString | name |
| readonly attribute long | type |
| readonly attribute AString | searchForm |
|
|
Gets a nsISearchSubmission object that contains information about what to send to the search engine, including the URI and postData, if applicable.
|
|
||||||||||||
|
Adds a parameter to the search engine's submission data. This should only be called on engine's created via addEngineWithDetails.
|
|
|
Supported search engine types. |
|
|
|
|
|
|
|
|
Supported search engine data types. |
|
|
|
|
|
The shortcut alias of the engine. This is a unique identifier. |
|
|
Whether the engine should be hidden from the user. |
|
|
A nsIURI corresponding to the engine's icon, stored locally. May be null. |
|
|
The display name of the search engine. This is a unique identifier. |
|
|
The search engine type. |
|
|
A URL string pointing to the engine's search form. |
1.4.6-NO