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

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

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

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

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

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

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

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

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

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

Uses of AbstractFeed in com.sun.syndication.feed.synd.impl
 

Methods in com.sun.syndication.feed.synd.impl that return AbstractFeed
 AbstractFeed ConverterForAtom03.createRealFeed(SyndFeedI syndFeed)
           
 AbstractFeed ConverterForRSS090.createRealFeed(SyndFeedI syndFeed)
           
protected  AbstractFeed ConverterForRSS090.createRealFeed(java.lang.String type, SyndFeedI syndFeed)
           
protected  AbstractFeed ConverterForRSS091.createRealFeed(java.lang.String type, SyndFeedI syndFeed)
           
protected  AbstractFeed ConverterForRSS094.createRealFeed(java.lang.String type, SyndFeedI syndFeed)
           
protected  AbstractFeed ConverterForRSS10.createRealFeed(java.lang.String type, SyndFeedI syndFeed)
           
 

Methods in com.sun.syndication.feed.synd.impl with parameters of type AbstractFeed
 void ConverterForAtom03.copyInto(AbstractFeed feed, SyndFeedI syndFeed)
           
 void ConverterForRSS090.copyInto(AbstractFeed feed, SyndFeedI syndFeed)
           
 void ConverterForRSS091.copyInto(AbstractFeed feed, SyndFeedI syndFeed)
           
 void ConverterForRSS094.copyInto(AbstractFeed feed, SyndFeedI syndFeed)
           
 void ConverterForRSS10.copyInto(AbstractFeed feed, SyndFeedI syndFeed)
           
 

Uses of AbstractFeed in com.sun.syndication.io
 

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

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

Uses of AbstractFeed in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl that return AbstractFeed
 AbstractFeed Atom03Parser.parse(org.jdom.Document document, boolean validate)
           
protected  AbstractFeed Atom03Parser.parseFeed(org.jdom.Element eFeed)
           
 AbstractFeed RSS090Parser.parse(org.jdom.Document document, boolean validate)
           
protected  AbstractFeed RSS090Parser.parseChannel(org.jdom.Element rssRoot)
          Parses the root element of an RSS document into a Channel bean.
protected  AbstractFeed RSS091Parser.parseChannel(org.jdom.Element rssRoot)
          Parses the root element of an RSS document into a Channel bean.
protected  AbstractFeed RSS092Parser.parseChannel(org.jdom.Element rssRoot)
           
protected  AbstractFeed RSS094Parser.parseChannel(org.jdom.Element rssRoot)
           
protected  AbstractFeed RSS10Parser.parseChannel(org.jdom.Element rssRoot)
           
 

Methods in com.sun.syndication.io.impl with parameters of type AbstractFeed
 org.jdom.Document Atom03Generator.generate(AbstractFeed feed)
           
 org.jdom.Document RSS090Generator.generate(AbstractFeed feed)
           
 org.jdom.Document RSS091Generator.generate(AbstractFeed feed)
           
 org.jdom.Document RSS092Generator.generate(AbstractFeed feed)
           
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.