nsIFeedGenerator
From MDC
The nsIFeedGenerator interface describes the software that generated an RSS or Atom news feed.
Contents |
nsIFeedGenerator is defined in toolkit/components/feeds/public/nsIFeedGenerator.idl. It is scriptable and
unfrozen (hasn't changed since Mozilla 1.8.1).
Inherits from: nsIFeedElementBase
[edit] Attributes
| Attribute | Type | Description |
agent
| AString
| The name of the software that created the feed. |
uri
| nsIURI
| A URI associated with the generator software. |
version
| AString
| A string indicating the version of the generator software that created the feed. |