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

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

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

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

Methods in com.sun.syndication.feed.synd that return SyndContentI
 SyndContentI SyndEntry.getDescription()
          Returns the entry description.
 SyndContentI SyndEntryI.getDescription()
          Returns the entry description.
 

Methods in com.sun.syndication.feed.synd with parameters of type SyndContentI
 void SyndEntry.setDescription(SyndContentI description)
          Sets the entry description.
 void SyndEntryI.setDescription(SyndContentI description)
          Sets the entry description.
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.