com.sun.syndication.io |
|
Java Source File Name | Type | Comment |
DelegatingModuleGenerator.java | Interface | Adds the ability to give a direct wire feed generator reference to plugin
modules that need to call back to their wire feed to complete
generation of their particular namespace. |
DelegatingModuleParser.java | Interface | Adds the ability to give a direct wire feed reference to plugin
modules that need to call back to their wire feed to complete
parsing of their particular namespace. |
FeedException.java | Class | Exception thrown by WireFeedInput, WireFeedOutput, WireFeedParser and WireFeedGenerator instances if they
can not parse or generate a feed. |
ModuleGenerator.java | Interface | Injects module metadata into a XML node (JDOM element). |
ModuleParser.java | Interface | Parses module metadata from a XML node (JDOM element). |
ParsingFeedException.java | Class | Exception thrown by WireFeedInput instance if it can not parse a feed. |
SAXBuilder.java | Class | |
SyndFeedInput.java | Class | Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument)
into an SyndFeedImpl. |
SyndFeedOutput.java | Class | Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document)
out of an SyndFeedImpl.. |
WireFeedGenerator.java | Interface | Generates an XML document (JDOM) out of a feed for a specific real feed type. |
WireFeedInput.java | Class | Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument)
into an WireFeed (RSS/Atom).
It accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and
Atom 0.3 feeds. |
WireFeedOutput.java | Class | Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document)
out of an WireFeed (RSS/Atom).
It generates all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and
Atom 0.3 feeds. |
WireFeedParser.java | Interface | Parses an XML document (JDOM) into a feed bean. |
XmlReader.java | Class | 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.
IMPORTANT: This class is not related in any way to the org.xml.sax.XMLReader. |
XmlReaderException.java | Class | The XmlReaderException is thrown by the XmlReader constructors if the charset encoding
can not be determined according to the XML 1.0 specification and RFC 3023.
The exception returns the unconsumed InputStream to allow the application to do an
alternate processing with the stream. |