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:
false if classification is not necessary. The callback will not be called. true if classification will be performed. The callback will be called.

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com