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

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

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

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

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

Uses of SyndFeedI in com.sun.syndication.io
 

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

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



Copyright © 2004 Sun Microsystems. All Rights Reserved.