Visit Mozilla.org

nsIFeedPerson

From MDC

The nsIFeedPerson interface describes an author of or a contributor to an RSS or Atom feed.

Contents

nsIFeedPerson is defined in toolkit/components/feeds/public/nsIFeedPerson.idl. It is scriptable and unfrozen (hasn't changed since Mozilla 1.8.1).

Inherits from: nsIFeedElementBase

[edit] Attributes

Attribute Type Description
email AString The person's email address.
name AString The name of the person.
uri nsIURI An URI associated with the person; this is most likely the person's home page.

[edit] See also

nsIFeedElementBase