Class Summary |
SyndFeedInput |
Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument)
into an SyndFeedImpl. |
SyndFeedOutput |
Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document)
out of an SyndFeedImpl.. |
WireFeedInput |
Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument)
into an WireFeed (RSS/Atom). |
WireFeedOutput |
Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document)
out of an WireFeed (RSS/Atom). |
XmlReader |
Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out
the charset encoding of the XML document within the stream. |