Class Summary |
Atom03Generator |
Feed Generator for Atom
|
Atom03Parser | |
Atom10Generator |
Feed Generator for Atom
|
Atom10Parser |
Parser for Atom 1.0 |
Base64 |
Encodes/decodes byte arrays and Strings into/from a base 64 String.
|
BaseWireFeedGenerator | |
BaseWireFeedParser | |
BeanIntrospector |
Obtains all property descriptors from a bean (interface or implementation).
|
Category |
Bean for category elements of Atom feeds.
|
Category |
Bean for categories of RSS feeds.
|
Channel |
Bean for RSS feeds.
|
CloneableBean |
Provides deep Bean clonning support.
|
Cloud |
Bean for clouds of RSS feeds.
|
Content |
Bean for content elements of Atom feeds.
|
Content |
Bean for item descriptions of RSS feeds.
|
Converter |
Interface that defines the functionality to convert a SyndFeedImpl
to a real feed (RSS or Atom) and vice versa.
|
ConverterForAtom03 | |
ConverterForAtom10 | |
ConverterForRSS090 | |
ConverterForRSS091Netscape | |
ConverterForRSS091Userland | |
ConverterForRSS092 | |
ConverterForRSS093 | |
ConverterForRSS094 | |
ConverterForRSS10 | |
ConverterForRSS20 | |
Converters |
Created by IntelliJ IDEA.
|
CopyFrom | |
CopyFromHelper | |
DateParser |
A helper class that parses Dates out of Strings with date time in RFC822 and W3CDateTime
formats plus the variants Atom (0.3) and RSS (0.9, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0)
specificators added to those formats.
|
DCModule |
Dublin Core Module.
|
DCModuleGenerator |
Feed Generator for DublinCore Module.
|
DCModuleImpl |
Dublin Core ModuleImpl, default implementation.
|
DCModuleParser |
Parser for the Dublin Core module. |
DCSubject |
Subject of the Dublin Core ModuleImpl.
|
DCSubjectImpl |
Subject of the Dublin Core ModuleImpl, default implementation.
|
DelegatingModuleGenerator |
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 |
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. |
Description |
Bean for item descriptions of RSS feeds.
|
Enclosure |
Bean for item enclosures of RSS feeds.
|
Entry |
Bean for entry elements of Atom feeds.
|
EqualsBean |
Provides deep Bean equals() and hashCode() functionality for Java Beans.
|
Extendable |
Objects that can have modules are Extendable. |
Feed |
Bean for Atom feeds.
|
FeedException |
Exception thrown by WireFeedInput, WireFeedOutput, WireFeedParser and WireFeedGenerator instances if they
can not parse or generate a feed.
|
FeedGenerators |
Generates an XML document (JDOM Document) out of a Feed.
|
FeedParsers |
Parses an XML document (JDOM Document) into a Feed.
|
Generator |
Bean for the generator element of Atom feeds.
|
Guid |
Bean for item GUIDs of RSS feeds.
|
Image |
Bean for images of RSS feeds.
|
Item |
Bean for items of RSS feeds.
|
Link |
Bean for link elements of Atom feeds.
|
Module |
Base class for modules describing Metadata of feeds. |
ModuleGenerator |
Injects module metadata into a XML node (JDOM element).
|
ModuleGenerators | |
ModuleImpl |
Base class for modules describing Metadata of feeds, default implementations.
|
ModuleParser |
Parses module metadata from a XML node (JDOM element).
|
ModuleParsers | |
ModuleUtils | |
ObjectBean |
Convenience class providing clone(), toString(), equals() and hashCode() functionality for Java Beans.
|
ParsingFeedException |
Exception thrown by WireFeedInput instance if it can not parse a feed.
|
Person |
Bean for person elements of Atom feeds.
|
PluginManager |
|
PropertiesLoader |
Properties loader that aggregates a master properties file and several extra properties files,
all from the current classpath.
|
RSS090Generator |
Feed Generator for RSS 0.90
|
RSS090Parser | |
RSS091NetscapeGenerator |
Feed Generator for RSS 0.91
|
RSS091NetscapeParser | |
RSS091UserlandGenerator |
Feed Generator for RSS 0.91
|
RSS091UserlandParser | |
RSS092Generator |
Feed Generator for RSS 0.92
|
RSS092Parser | |
RSS093Generator |
Feed Generator for RSS 0.93
|
RSS093Parser | |
RSS094Generator |
Feed Generator for RSS 0.94
|
RSS094Parser | |
RSS10Generator |
Feed Generator for RSS 1.0
|
RSS10Parser | |
RSS20Generator |
Feed Generator for RSS 2.0
|
RSS20Parser | |
RSS20wNSParser |
To address issue with certain feeds (brought up by Charles Miller):
"During the debacle that was the rollout of RSS2.0, this namespace was tried,
and even appeared in Dave Winer's Scripting News feed for a while. |
SAXBuilder | |
Source |
Bean for item sources of RSS feeds.
|
SyModule |
Syndication ModuleImpl.
|
SyModuleGenerator |
Feed Generator for SY ModuleImpl
|
SyModuleImpl |
Syndication ModuleImpl, default implementation.
|
SyModuleParser | |
SyndCategory |
Bean interface for categories of SyndFeedImpl feeds and entries.
|
SyndCategoryImpl |
Bean for categories of SyndFeedImpl feeds and entries.
|
SyndCategoryListFacade |
List implementation for SyndCategoryImpl elements. |
SyndContent |
Bean interface for content of SyndFeedImpl entries.
|
SyndContentImpl |
Bean for content of SyndFeedImpl entries.
|
SyndEnclosure | |
SyndEnclosureImpl | |
SyndEntry |
Bean interface for entries of SyndFeedImpl feeds.
|
SyndEntryImpl |
Bean for entries of SyndFeedImpl feeds.
|
SyndFeed |
Bean interface for all types of feeds.
|
SyndFeedImpl |
Bean for all types of feeds.
|
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..
|
SyndImage |
Bean interface for images of SyndFeedImpl feeds.
|
SyndImageImpl |
Bean for images of SyndFeedImpl feeds.
|
SyndLink |
Represents a link or enclosure associated with entry. |
SyndLinkImpl |
Represents a link or an enclosure.
|
SyndPerson |
Bean interface for authors and contributors of SyndFeedImpl feeds and entries.
|
SyndPersonImpl |
Bean for authors and contributors of SyndFeedImpl feeds and entries.
|
TextInput |
Bean for text input of RSS feeds.
|
ToStringBean |
Provides deep Bean toString support.
|
URINormalizer |
Utility class for normalizing an URI as specified in RFC 2396bis.
|
WireFeed |
Parent class of the RSS (Channel) and Atom (Feed) feed beans.
|
WireFeedGenerator |
Generates an XML document (JDOM) out of a feed for a specific real feed type.
|
WireFeedInput |
Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument)
into an WireFeed (RSS/Atom).
|
WireFeedInput.EmptyEntityResolver | |
WireFeedOutput |
Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document)
out of an WireFeed (RSS/Atom).
|
WireFeedParser |
Parses an XML document (JDOM) into a feed bean.
|
XmlFixerReader | |
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.
|
XmlReaderException |
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.
|
Copyright © Sun Microsystems. All Rights Reserved.