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.
nsIURIClassifier
| IID: | 2de5c563-1203-43dd-a212-f5d56d530b6f |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Methods
PRBool classify ( nsIURI URI , nsIURIClassifierCallback callback )
PRBool classify ( nsIURI URI , nsIURIClassifierCallback callback )
Classify a URI.
- Arguments:
- URI: The URI that should be checked by the URI classifier.
- callback: The URI classifier will call this callback when the URI has been classified.
- Returns:
falseif classification is not necessary. The callback will not be called.trueif classification will be performed. The callback will be called.
Reference documentation is generated from Mozilla's source.
