|
|||||||||
| Home >> All >> com >> sun >> syndication >> [ io overview ] | PREV NEXT | ||||||||
Uses of Class
com.sun.syndication.io.FeedException
| Uses of FeedException in com.sun.syndication.io |
| Subclasses of FeedException in com.sun.syndication.io | |
class |
ParsingFeedException
Exception thrown by WireFeedInput instance if it can not parse a feed. |
| Methods in com.sun.syndication.io that throw FeedException | |
com.sun.syndication.feed.WireFeed |
WireFeedParser.parse(org.jdom.Document document,
boolean validate)
Parses an XML document (JDOM Document) into a feed bean. |
com.sun.syndication.feed.synd.SyndFeed |
SyndFeedInput.build(java.io.File file)
Builds SyndFeedImpl from a file. |
com.sun.syndication.feed.synd.SyndFeed |
SyndFeedInput.build(java.io.Reader reader)
Builds SyndFeedImpl from an Reader. |
com.sun.syndication.feed.synd.SyndFeed |
SyndFeedInput.build(org.xml.sax.InputSource is)
Builds SyndFeedImpl from an W3C SAX InputSource. |
com.sun.syndication.feed.synd.SyndFeed |
SyndFeedInput.build(org.w3c.dom.Document document)
Builds SyndFeedImpl from an W3C DOM document. |
com.sun.syndication.feed.synd.SyndFeed |
SyndFeedInput.build(org.jdom.Document document)
Builds SyndFeedImpl from an JDOM document. |
java.lang.String |
SyndFeedOutput.outputString(com.sun.syndication.feed.synd.SyndFeed feed)
Creates a String with the XML representation for the given SyndFeedImpl. |
void |
SyndFeedOutput.output(com.sun.syndication.feed.synd.SyndFeed feed,
java.io.File file)
Creates a File containing with the XML representation for the given SyndFeedImpl. |
void |
SyndFeedOutput.output(com.sun.syndication.feed.synd.SyndFeed feed,
java.io.Writer writer)
Writes to an Writer the XML representation for the given SyndFeedImpl. |
org.w3c.dom.Document |
SyndFeedOutput.outputW3CDom(com.sun.syndication.feed.synd.SyndFeed feed)
Creates a W3C DOM document for the given SyndFeedImpl. |
org.jdom.Document |
SyndFeedOutput.outputJDom(com.sun.syndication.feed.synd.SyndFeed feed)
Creates a JDOM document for the given SyndFeedImpl. |
org.jdom.Document |
WireFeedGenerator.generate(com.sun.syndication.feed.WireFeed feed)
Creates an XML document (JDOM) for the given feed bean. |
java.lang.String |
WireFeedOutput.outputString(com.sun.syndication.feed.WireFeed feed)
Creates a String with the XML representation for the given WireFeed. |
void |
WireFeedOutput.output(com.sun.syndication.feed.WireFeed feed,
java.io.File file)
Creates a File containing with the XML representation for the given WireFeed. |
void |
WireFeedOutput.output(com.sun.syndication.feed.WireFeed feed,
java.io.Writer writer)
Writes to an Writer the XML representation for the given WireFeed. |
org.w3c.dom.Document |
WireFeedOutput.outputW3CDom(com.sun.syndication.feed.WireFeed feed)
Creates a W3C DOM document for the given WireFeed. |
org.jdom.Document |
WireFeedOutput.outputJDom(com.sun.syndication.feed.WireFeed feed)
Creates a JDOM document for the given WireFeed. |
com.sun.syndication.feed.WireFeed |
WireFeedInput.build(java.io.File file)
Builds an WireFeed (RSS or Atom) from a file. |
com.sun.syndication.feed.WireFeed |
WireFeedInput.build(java.io.Reader reader)
Builds an WireFeed (RSS or Atom) from an Reader. |
com.sun.syndication.feed.WireFeed |
WireFeedInput.build(org.xml.sax.InputSource is)
Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource. |
com.sun.syndication.feed.WireFeed |
WireFeedInput.build(org.w3c.dom.Document document)
Builds an WireFeed (RSS or Atom) from an W3C DOM document. |
com.sun.syndication.feed.WireFeed |
WireFeedInput.build(org.jdom.Document document)
Builds an WireFeed (RSS or Atom) from an JDOM document. |
|
|||||||||
| Home >> All >> com >> sun >> syndication >> [ io overview ] | PREV NEXT | ||||||||