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

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

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.
 

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

Methods in com.sun.syndication.feed.synd.impl with parameters of type SyndContentI
protected  Description ConverterForRSS091.createItemDescription(SyndContentI sContent)
           
protected  Description ConverterForRSS10.createItemDescription(SyndContentI sContent)
           
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.