Uses of Class
com.sun.syndication.feed.atom.Person

Packages that use Person
com.sun.syndication.feed.atom   
com.sun.syndication.io.impl   
 

Uses of Person in com.sun.syndication.feed.atom
 

Methods in com.sun.syndication.feed.atom that return Person
 Person Entry.getAuthor()
          Returns the entry author.
 Person Feed.getAuthor()
          Returns the feed author.
 

Methods in com.sun.syndication.feed.atom with parameters of type Person
 void Entry.setAuthor(Person author)
          Sets the author of the entry.
 void Feed.setAuthor(Person author)
          Sets the feed author.
 

Uses of Person in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl with parameters of type Person
protected  void Atom03Generator.fillPersonElement(org.jdom.Element element, Person person)
           
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.