Package com.sun.syndication.io

Interface Summary
ModuleGenerator Injects module metadata into a XML node (JDOM element).
ModuleParser Parses module metadata from a XML node (JDOM element).
WireFeedGenerator Generates an XML document (JDOM) out of a feed for a specific real feed type.
WireFeedParser Parses an XML document (JDOM) into a feed bean.
 

Class Summary
SyndFeedInput Parses an XML document (File, InputStream, Reader, W3C SAX InputSource, W3C DOM Document or JDom DOcument) into an SyndFeed.
SyndFeedOutput Generates an XML document (String, File, OutputStream, Writer, W3C DOM document or JDOM document) out of an SyndFeed..
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).
 

Exception Summary
FeedException Exception thrown by WireFeedInput, WireFeedOutput, WireFeedParser and WireFeedGenerator instances if they can not parse or generate a feed.
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.