Uses of Class
com.sun.syndication.feed.WireFeed

Packages that use WireFeed
com.sun.syndication.feed.atom   
com.sun.syndication.feed.rss   
com.sun.syndication.feed.synd   
com.sun.syndication.io   
 

Uses of WireFeed in com.sun.syndication.feed.atom
 

Subclasses of WireFeed in com.sun.syndication.feed.atom
 class Feed
          Bean for Atom feeds.
 

Uses of WireFeed in com.sun.syndication.feed.rss
 

Subclasses of WireFeed in com.sun.syndication.feed.rss
 class Channel
          Bean for RSS feeds.
 

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

Methods in com.sun.syndication.feed.synd that return WireFeed
 WireFeed SyndFeedImpl.createWireFeed()
          Creates a real feed containing the information of the SyndFeedImpl.
 WireFeed SyndFeedImpl.createWireFeed(java.lang.String feedType)
          Creates a real feed containing the information of the SyndFeedImpl.
 WireFeed SyndFeed.createWireFeed()
          Creates a real feed containing the information of the SyndFeedImpl.
 WireFeed SyndFeed.createWireFeed(java.lang.String feedType)
          Creates a real feed containing the information of the SyndFeedImpl.
 WireFeed Converter.createRealFeed(SyndFeed syndFeed)
          Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
 

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

Constructors in com.sun.syndication.feed.synd with parameters of type WireFeed
SyndFeedImpl(WireFeed feed)
          Creates a SyndFeedImpl and populates all its properties out of the given RSS Channel or Atom Feed properties.
 

Uses of WireFeed in com.sun.syndication.io
 

Methods in com.sun.syndication.io that return WireFeed
 WireFeed WireFeedParser.parse(org.jdom.Document document, boolean validate)
          Parses an XML document (JDOM Document) into a feed bean.
 WireFeed WireFeedInput.build(java.io.File file)
          Builds an WireFeed (RSS or Atom) from a file.
 WireFeed WireFeedInput.build(java.io.Reader reader)
          Builds an WireFeed (RSS or Atom) from an Reader.
 WireFeed WireFeedInput.build(org.xml.sax.InputSource is)
          Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource.
 WireFeed WireFeedInput.build(org.w3c.dom.Document document)
          Builds an WireFeed (RSS or Atom) from an W3C DOM document.
 WireFeed WireFeedInput.build(org.jdom.Document document)
          Builds an WireFeed (RSS or Atom) from an JDOM document.
 

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



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