Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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

Classes in com.sun.syndication.feed.synd that implement SyndFeed
 class SyndFeedImpl
          Bean for all types of feeds.
 

Methods in com.sun.syndication.feed.synd with parameters of type SyndFeed
 void Converter.copyInto(com.sun.syndication.feed.WireFeed feed, SyndFeed syndFeed)
          Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
 com.sun.syndication.feed.WireFeed Converter.createRealFeed(SyndFeed syndFeed)
          Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.