nsIFeedEntry
From MDC
The nsIFeedEntry interface describes a single entry in an RSS or Atom news feed, providing attributes allowing access to the entry's data.
Contents |
nsIFeedEntry is defined in toolkit/components/feeds/public/nsIFeedEntry.idl. It is scriptable and
unfrozen (hasn't changed since Mozilla 1.8.1).
Inherits from: nsIFeedContainer
[edit] Attributes
| Attribute | Type | Description |
content
| nsIFeedTextConstruct
| The full text of the entry's content. This comes from the atom:content and/or content:encoded fields. |
enclosures
| nsIArray
| An array of all the enclosures included in the entry. These are used by podcasts, photocasts, and so forth. |
mediaContent
| nsIArray
| An array of all the enclosures or other media that might be displayed inline in the entry. |
parent
| nsIFeedContainer
| A reference to the entry's parent, which is either a feed (nsIFeed) or another entry.
|
published
| AString
| A string indicating the date on which the entry was published, in RFC822 format. This date is parsable by both JavaScript and mail code. |
summary
| nsIFeedTextConstruct
| A summary of the feed entry's content. This is generated automatically using the entry's description, subtitle, summary, content, and appropriate extensions. |