|
Class Summary |
| FeedInput |
Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument)
into an AbstractFeed (RSS/Atom). |
| FeedOutput |
Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document)
out of an AbstractFeed (RSS/Atom). |
| SyndInput |
Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument)
into an SyndFeed. |
| SyndOutput |
Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document)
out of an SyndFeed.. |