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 SyndFeedImpl.getTitleEx()
          Returns the feed title as a text construct.
 SyndContent SyndFeedImpl.getDescriptionEx()
          Returns the feed description as a text construct.
 SyndContent SyndFeed.getTitleEx()
          Returns the feed title.
 SyndContent SyndFeed.getDescriptionEx()
          Returns the feed description as a text construct.
 SyndContent SyndEntryImpl.getTitleEx()
          Returns the entry title as a text construct.
 SyndContent SyndEntryImpl.getDescription()
          Returns the entry description.
 SyndContent SyndEntry.getTitleEx()
          Returns the entry title as a text construct.
 SyndContent SyndEntry.getDescription()
          Returns the entry description.
 

Methods in com.sun.syndication.feed.synd with parameters of type SyndContent
 void SyndFeedImpl.setTitleEx(SyndContent title)
          Sets the feed title as a text construct.
 void SyndFeedImpl.setDescriptionEx(SyndContent description)
          Sets the feed description as a text construct.
 void SyndFeed.setTitleEx(SyndContent title)
          Sets the feed title.
 void SyndFeed.setDescriptionEx(SyndContent description)
          Sets the feed description as a text construct.
 void SyndEntryImpl.setTitleEx(SyndContent title)
          Sets the entry title as a text construct.
 void SyndEntryImpl.setDescription(SyndContent description)
          Sets the entry description.
 void SyndEntry.setTitleEx(SyndContent title)
          Sets the entry title as a text construct.
 void SyndEntry.setDescription(SyndContent description)
          Sets the entry description.
 



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