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.
nsIWebNavigationInfo
| IID: | 62a93afb-93a1-465c-84c8-0432264229de |
| Inherits From: | nsISupports |
| Status: | UNDER_REVIEW |
The nsIWebNavigationInfo interface exposes a way to get information on the capabilities of Gecko webnavigation objects.
This interface is implemented by the following components:
Constants
Methods
PRUint32 isTypeSupported ( ACString type , nsIWebNavigation webNav )
PRUint32 isTypeSupported ( ACString type , nsIWebNavigation webNav )
Query whether type is supported.
- Arguments:
- type: the MIME type in question.
- webNav: the nsIWebNavigation object for which the request is being made. This is allowed to be null. If it is non-null, the return value of this method may depend on the exact state of webNav and the values set through nsIWebBrowserSetup; otherwise the method will assume that the caller is interested in information about nsIWebNavigation objects in their default state.
- Returns:
- an enum value indicating whether and how aType is supported.
Reference documentation is generated from Mozilla's source.
