|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeedException | |
---|---|
com.sun.syndication.io |
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 | |
---|---|
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. |
SyndFeed |
SyndFeedInput.build(org.w3c.dom.Document document)
Builds SyndFeedImpl from an W3C DOM document. |
SyndFeed |
SyndFeedInput.build(org.jdom.Document document)
Builds SyndFeedImpl from an JDOM document. |
WireFeed |
WireFeedInput.build(java.io.File file)
Builds an WireFeed (RSS or Atom) from a file. |
SyndFeed |
SyndFeedInput.build(java.io.File file)
Builds SyndFeedImpl from a file. |
WireFeed |
WireFeedInput.build(org.xml.sax.InputSource is)
Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource. |
SyndFeed |
SyndFeedInput.build(org.xml.sax.InputSource is)
Builds SyndFeedImpl from an W3C SAX InputSource. |
WireFeed |
WireFeedInput.build(java.io.Reader reader)
Builds an WireFeed (RSS or Atom) from an Reader. |
SyndFeed |
SyndFeedInput.build(java.io.Reader reader)
Builds SyndFeedImpl from an Reader. |
org.jdom.Document |
WireFeedGenerator.generate(WireFeed feed)
Creates an XML document (JDOM) for the given feed bean. |
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.File file)
Creates a File containing with the XML representation for the given SyndFeedImpl. |
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.File file,
boolean prettyPrint)
Creates a File containing with the XML representation for the given SyndFeedImpl. |
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.Writer writer)
Writes to an Writer the XML representation for the given SyndFeedImpl. |
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.Writer writer,
boolean prettyPrint)
Writes to an Writer the XML representation for the given SyndFeedImpl. |
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.File file,
boolean prettyPrint)
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. |
void |
WireFeedOutput.output(WireFeed feed,
java.io.Writer writer,
boolean prettyPrint)
Writes to an Writer the XML representation for the given WireFeed. |
org.jdom.Document |
SyndFeedOutput.outputJDom(SyndFeed feed)
Creates a JDOM document for the given SyndFeedImpl. |
org.jdom.Document |
WireFeedOutput.outputJDom(WireFeed feed)
Creates a JDOM document for the given WireFeed. |
java.lang.String |
SyndFeedOutput.outputString(SyndFeed feed)
Creates a String with the XML representation for the given SyndFeedImpl. |
java.lang.String |
SyndFeedOutput.outputString(SyndFeed feed,
boolean prettyPrint)
Creates a String with the XML representation for the given SyndFeedImpl. |
java.lang.String |
WireFeedOutput.outputString(WireFeed feed)
Creates a String with the XML representation for the given WireFeed. |
java.lang.String |
WireFeedOutput.outputString(WireFeed feed,
boolean prettyPrint)
Creates a String with the XML representation for the given WireFeed. |
org.w3c.dom.Document |
SyndFeedOutput.outputW3CDom(SyndFeed feed)
Creates a W3C DOM document for the given SyndFeedImpl. |
org.w3c.dom.Document |
WireFeedOutput.outputW3CDom(WireFeed feed)
Creates a W3C DOM document for the given WireFeed. |
WireFeed |
WireFeedParser.parse(org.jdom.Document document,
boolean validate)
Parses an XML document (JDOM Document) into a feed bean. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |