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

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

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.
 

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

Methods in com.sun.syndication.io.impl with parameters of type Content
protected  org.jdom.Element Atom03Generator.generateTagLineElement(Content tagline)
           
protected  void Atom03Generator.fillContentElement(org.jdom.Element contentElement, Content content)
           
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.