FileDocCategorySizeDatePackage
GOMAuthor.javaAPI DocApache Lucene 2.1.01356Wed Feb 14 10:46:00 GMT 2007org.apache.lucene.gdata.gom

GOMAuthor

public interface GOMAuthor implements GOMPerson
GOMAuthor elmement used in feed and entries as a representation of a atom:author element. The "atom:author" element is a Person construct that indicates the author of the entry or feed.
atomAuthor =
element atom:author { atomPersonConstruct }
see
org.apache.lucene.gdata.gom.GOMPerson
author
Simon Willnauer

Fields Summary
public static final String
LOCALNAME
Atom 1.0 local name for the xml element
Constructors Summary
Methods Summary