import"nsIFeedWriter.idl";
Public Member Functions | |
void | init (in nsIDOMWindow aWindow) |
void | writeContent () |
void | close () |
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.
void nsIFeedWriter::close | ( | ) |
Uninitialize the feed writer.
void nsIFeedWriter::init | ( | in nsIDOMWindow | aWindow | ) |
Initializes the feed writer and loads the feed subscription UI.
aWindow | The 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.