nsIFeedWriter Interface Reference

import"nsIFeedWriter.idl";

Inheritance diagram for nsIFeedWriter:
[legend]
Collaboration diagram for nsIFeedWriter:
[legend]

Public Member Functions

void init (in nsIDOMWindow aWindow)
 
void writeContent ()
 
void close ()
 

Detailed Description

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.

Definition at line 49 of file nsIFeedWriter.idl.

Member Function Documentation

void nsIFeedWriter::close ( )

Uninitialize the feed writer.

void nsIFeedWriter::init ( in nsIDOMWindow  aWindow)

Initializes the feed writer and loads the feed subscription UI.

Parameters
aWindowThe DOMWindow of the preview page. window.location.href == the URI of the feed.
void nsIFeedWriter::writeContent ( )

Writes the feed content, assumes that the feed writer is initialized.


The documentation for this interface was generated from the following file: