Package com.sun.syndication.io

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

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..
 

Exception Summary
FeedException Exception thrown by FeedInput, FeedOutput, FeedParser and FeedGenerator instances if they can not parse or generate a feed.
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.