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.
nsIFeedWriter
| IID: | 67003393-018c-4e96-af10-c6c51a049fad |
| Inherits From: | nsISupports |
Instances of this component write UI into the display page. This component is trusted so can access preferences etc, but page content isn't and so cannot.
This interface is implemented by the following components:
Methods
void close ( )
void init ( nsIDOMWindow window )
void writeContent ( )
void init ( nsIDOMWindow window )
Initializes the feed writer and loads the feed subscription UI.
- Arguments:
- window: The DOMWindow of the preview page. window.location.href == the URI of the feed.
Reference documentation is generated from Mozilla's source.
