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

Packages that use Content
com.sun.syndication.feed.atom   
 

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

Methods in com.sun.syndication.feed.atom that return Content
 Content Entry.getSummary()
          Returns the entry summary.
 Content Feed.getTagline()
          Returns the feed tag line.
 Content Feed.getInfo()
          Returns the feed info.
 

Methods in com.sun.syndication.feed.atom with parameters of type Content
 void Entry.setSummary(Content summary)
          Sets the entry summary.
 void Feed.setTagline(Content tagline)
          Sets the feed tagline.
 void Feed.setInfo(Content info)
          Sets the feed info.
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.