WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

inISearchProcess

IID:D5FA765B-2448-4686-B7C1-5FF13ACB0FC9
Inherits From:nsISupports

This interface is implemented by the following components:


Properties

PRBool holdResults

readonly PRBool isActive

readonly PRInt32 resultCount


Methods

PRInt32 getIntResultAt ( PRInt32 index ) AString getStringResultAt ( PRInt32 index ) PRUint32 getUIntResultAt ( PRInt32 index ) void searchAsync ( inISearchObserver observer ) PRBool searchStep ( ) void searchStop ( ) void searchSync ( )

PRInt32 getIntResultAt ( PRInt32 index )

Arguments:
index

AString getStringResultAt ( PRInt32 index )

Arguments:
index

PRUint32 getUIntResultAt ( PRInt32 index )

Arguments:
index

void searchAsync ( inISearchObserver observer )

Arguments:
observer

PRBool searchStep ( )


void searchStop ( )


void searchSync ( )


References

This interface is passed as an argument to the following methods:

inISearchObserver.onSearchEnd, inISearchObserver.onSearchError, inISearchObserver.onSearchResult, inISearchObserver.onSearchStart

Reference documentation is generated from Mozilla's source.