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

Packages that use SyndFeed
com.sun.syndication.feed.synd   
com.sun.syndication.io   
 

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 that return SyndFeed
 SyndFeed SyndEntryImpl.getSource()
           
 SyndFeed SyndEntry.getSource()
          Returns the entry source.
 

Methods in com.sun.syndication.feed.synd with parameters of type SyndFeed
 void Converter.copyInto(WireFeed feed, SyndFeed syndFeed)
          Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
 WireFeed Converter.createRealFeed(SyndFeed syndFeed)
          Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
 void SyndEntryImpl.setSource(SyndFeed source)
           
 void SyndEntry.setSource(SyndFeed source)
          Sets the entry source feed (for use if different from containing feed)
 

Uses of SyndFeed in com.sun.syndication.io
 

Methods in com.sun.syndication.io that return SyndFeed
 SyndFeed SyndFeedInput.build(org.w3c.dom.Document document)
          Builds SyndFeedImpl from an W3C DOM document.
 SyndFeed SyndFeedInput.build(org.jdom.Document document)
          Builds SyndFeedImpl from an JDOM document.
 SyndFeed SyndFeedInput.build(java.io.File file)
          Builds SyndFeedImpl from a file.
 SyndFeed SyndFeedInput.build(org.xml.sax.InputSource is)
          Builds SyndFeedImpl from an W3C SAX InputSource.
 SyndFeed SyndFeedInput.build(java.io.Reader reader)
          Builds SyndFeedImpl from an Reader.
 

Methods in com.sun.syndication.io with parameters of type SyndFeed
 void SyndFeedOutput.output(SyndFeed feed, java.io.File file)
          Creates a File containing with the XML representation for the given SyndFeedImpl.
 void SyndFeedOutput.output(SyndFeed feed, java.io.File file, boolean prettyPrint)
          Creates a File containing with the XML representation for the given SyndFeedImpl.
 void SyndFeedOutput.output(SyndFeed feed, java.io.Writer writer)
          Writes to an Writer the XML representation for the given SyndFeedImpl.
 void SyndFeedOutput.output(SyndFeed feed, java.io.Writer writer, boolean prettyPrint)
          Writes to an Writer the XML representation for the given SyndFeedImpl.
 org.jdom.Document SyndFeedOutput.outputJDom(SyndFeed feed)
          Creates a JDOM document for the given SyndFeedImpl.
 java.lang.String SyndFeedOutput.outputString(SyndFeed feed)
          Creates a String with the XML representation for the given SyndFeedImpl.
 java.lang.String SyndFeedOutput.outputString(SyndFeed feed, boolean prettyPrint)
          Creates a String with the XML representation for the given SyndFeedImpl.
 org.w3c.dom.Document SyndFeedOutput.outputW3CDom(SyndFeed feed)
          Creates a W3C DOM document for the given SyndFeedImpl.
 



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