chickadee » atom » author-name

atom:authorrecord
author? Aprocedure
author-name Aprocedure
author-uri Aprocedure
author-email Aprocedure

Predicate and accessors for atom:author elements, representing the authors of the feed or entry.

name
(required by spec) the author's name, a string
uri
a URI associated with the author, a string
email
the author's email address, a string conforming to RFC2822

Accessors return the empty string if the field is not present.