nsIFeedEntry
| IID: | 31bfd5b4-8ff5-4bfd-a8cb-b3dfbd4f0a5b |
| Inherits From: | nsIFeedContainer |
An nsIFeedEntry represents an Atom or RSS entry/item. Summary and/or full-text content may be available, but callers will have to check both.
This interface is implemented by the following components:
Properties
nsIFeedTextConstruct content
Uses atom:content and content:encoded to provide a 'full text' view of an entry.
nsIArray enclosures
Enclosures are podcasts, photocasts, etc.
nsIArray mediaContent
Enclosures, etc. that might be displayed inline.
AString published
The date the entry was published, in RFC822 form. Parsable by JS and mail code.
nsIFeedTextConstruct summary
Uses description, subtitle, summary, content and extensions to generate a summary.
References
This interface is passed as an argument to the following methods:
nsIFeedProgressListener.handleEntry
Reference documentation is generated from Mozilla's source.
