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