Uses of Interface
com.sun.syndication.feed.synd.SyndContent

Packages that use SyndContent
com.sun.syndication.feed.synd   
 

Uses of SyndContent in com.sun.syndication.feed.synd
 

Classes in com.sun.syndication.feed.synd that implement SyndContent
 class SyndContentImpl
          Bean for content of SyndFeedImpl entries.
 

Methods in com.sun.syndication.feed.synd that return SyndContent
 SyndContent SyndEntryImpl.getDescription()
          Returns the entry description.
 SyndContent SyndEntry.getDescription()
          Returns the entry description.
 SyndContent SyndEntryImpl.getSummary()
          Returns the summary
 

Methods in com.sun.syndication.feed.synd with parameters of type SyndContent
 void SyndEntryImpl.setDescription(SyndContent description)
          Sets the entry description.
 void SyndEntry.setDescription(SyndContent description)
          Sets the entry description.
 void SyndEntryImpl.setSummary(SyndContent summary)
          Set the summary
 



Copyright © 2004-2006 Sun Microsystems. All Rights Reserved.