Uses of Class
com.sun.syndication.io.FeedException

Packages that use FeedException
com.sun.syndication.io   
com.sun.syndication.io.impl   
 

Uses of FeedException in com.sun.syndication.io
 

Methods in com.sun.syndication.io that throw FeedException
 org.jdom.Document FeedGenerator.generate(AbstractFeed feed)
          Creates an XML document (JDOM) for the given feed bean.
 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.
 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.
 AbstractFeed FeedParser.parse(org.jdom.Document document, boolean validate)
          Parses an XML document (JDOM Document) into a feed bean.
 SyndFeedI SyndInput.build(java.io.File file)
          Builds SyndFeed from a file.
 SyndFeedI SyndInput.build(java.io.InputStream is)
          Builds SyndFeed from an InputStream.
 SyndFeedI SyndInput.build(java.io.Reader reader)
          Builds SyndFeed from an Reader.
 SyndFeedI SyndInput.build(org.xml.sax.InputSource is)
          Builds SyndFeed from an W3C SAX InputSource.
 SyndFeedI SyndInput.build(org.w3c.dom.Document document)
          Builds SyndFeed from an W3C DOM document.
 SyndFeedI SyndInput.build(org.jdom.Document document)
          Builds SyndFeed from an JDOM document.
 java.lang.String SyndOutput.outputString(SyndFeedI feed)
          Creates a String with the XML representation for the given SyndFeed.
 void SyndOutput.output(SyndFeedI feed, java.io.File file)
          Creates a File containing with the XML representation for the given SyndFeed.
 void SyndOutput.output(SyndFeedI feed, java.io.OutputStream os)
          Writes to an OutputStream the XML representation for the given SyndFeed.
 void SyndOutput.output(SyndFeedI feed, java.io.Writer writer)
          Writes to an Writer the XML representation for the given SyndFeed.
 org.w3c.dom.Document SyndOutput.ouptutW3CDom(SyndFeedI feed)
          Creates a W3C DOM document for the given SyndFeed.
 org.jdom.Document SyndOutput.outputJDom(SyndFeedI feed)
          Creates a JDOM document for the given SyndFeed.
 

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

Methods in com.sun.syndication.io.impl that throw FeedException
 org.jdom.Document Atom03Generator.generate(AbstractFeed feed)
           
protected  org.jdom.Element Atom03Generator.generateRootElement(Feed feed)
           
protected  org.jdom.Element Atom03Generator.generateLinkElement(Link link)
           
protected  void Atom03Generator.fillPersonElement(org.jdom.Element element, Person person)
           
protected  org.jdom.Element Atom03Generator.generateTagLineElement(Content tagline)
           
protected  void Atom03Generator.fillContentElement(org.jdom.Element contentElement, Content content)
           
protected  org.jdom.Element Atom03Generator.generateGeneratorElement(Generator generator)
           
protected  org.jdom.Element Atom03Generator.generateEntryElement(Entry entry)
           
protected  org.jdom.Element Atom03Generator.generateSimpleElement(java.lang.String name, java.lang.String value)
           
 AbstractFeed Atom03Parser.parse(org.jdom.Document document, boolean validate)
           
protected  void Atom03Parser.validateFeed(org.jdom.Document document)
           
 org.jdom.Document RSS090Generator.generate(AbstractFeed feed)
           
protected  org.jdom.Element RSS090Generator.generateRootElement(Channel channel)
           
protected  org.jdom.Element RSS090Generator.generateChannelElement(Channel channel)
           
protected  org.jdom.Element RSS090Generator.generateImageElement(Image image)
           
protected  org.jdom.Element RSS090Generator.generateItemElement(Item item)
           
protected  org.jdom.Element RSS090Generator.generateTextInputElement(TextInput textInput)
           
protected  org.jdom.Element RSS090Generator.generateDescriptionElement(Description description, org.jdom.Namespace namespace)
           
protected  org.jdom.Element RSS090Generator.generateDescriptionElement(java.lang.String description, org.jdom.Namespace namespace)
           
protected  org.jdom.Element RSS090Generator.generateSimpleElement(java.lang.String name, java.lang.String value, org.jdom.Namespace namespace)
           
 AbstractFeed RSS090Parser.parse(org.jdom.Document document, boolean validate)
           
protected  void RSS090Parser.validateFeed(org.jdom.Document document)
           
 org.jdom.Document RSS091Generator.generate(AbstractFeed feed)
           
protected  org.jdom.Element RSS091Generator.generateRootElement(Channel channel)
           
protected  org.jdom.Element RSS091Generator.generateChannelElement(Channel channel)
           
protected  org.jdom.Element RSS091Generator.generateLanguageElement(java.lang.String language)
           
protected  org.jdom.Element RSS091Generator.generateSkipHoursElement(java.util.List hours)
           
protected  org.jdom.Element RSS091Generator.generateSkipDaysElement(java.util.List days)
           
protected  org.jdom.Element RSS091Generator.generateImageElement(Image image)
           
protected  org.jdom.Element RSS091Generator.generateItemElement(Item item)
           
protected  org.jdom.Element RSS091Generator.generateTextInputElement(TextInput textInput)
           
protected  org.jdom.Element RSS091Generator.generateDescriptionElement(java.lang.String description)
           
protected  org.jdom.Element RSS091Generator.generateDescriptionElement(Description description)
           
protected  org.jdom.Element RSS091Generator.generateSimpleElement(java.lang.String name, java.lang.String value)
           
 org.jdom.Document RSS092Generator.generate(AbstractFeed feed)
           
protected  org.jdom.Element RSS092Generator.generateChannelElement(Channel channel)
           
protected  org.jdom.Element RSS092Generator.generateLanguageElement(java.lang.String language)
           
protected  org.jdom.Element RSS092Generator.generateCloudElement(Cloud cloud)
           
protected  org.jdom.Element RSS092Generator.generateItemElement(Item item)
           
protected  org.jdom.Element RSS092Generator.generateSourceElement(Source source)
           
protected  org.jdom.Element RSS092Generator.generateEnclosure(Enclosure enclosure)
           
protected  org.jdom.Element RSS092Generator.generateCategoryElement(Category category)
           
protected  org.jdom.Element RSS093Generator.generateItemElement(Item item)
           
protected  org.jdom.Element RSS094Generator.generateDescriptionElement(Description description)
           
protected  org.jdom.Element RSS10Generator.generateRootElement(Channel channel)
           
protected  org.jdom.Element RSS10Generator.generateChannelElement(Channel channel)
           
protected  org.jdom.Element RSS10Generator.generateImageElement(Image image)
           
protected  org.jdom.Element RSS10Generator.generateItemElement(Item item)
           
protected  org.jdom.Element RSS10Generator.generateTextInputElement(TextInput textInput)
           
protected  org.jdom.Element RSS20Generator.generateChannelElement(Channel channel)
           
protected  org.jdom.Element RSS20Generator.generateItemElement(Item item)
           
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.