Uses of Interface
com.sun.syndication.io.WireFeedParser

Packages that use WireFeedParser
com.sun.syndication.io   
com.sun.syndication.io.impl   
 

Uses of WireFeedParser in com.sun.syndication.io
 

Methods in com.sun.syndication.io with parameters of type WireFeedParser
 void DelegatingModuleParser.setFeedParser(WireFeedParser feedParser)
          Provides a parent wirefeed reference to this ModuleParser, or "plugin-in".
 

Uses of WireFeedParser in com.sun.syndication.io.impl
 

Classes in com.sun.syndication.io.impl that implement WireFeedParser
 class Atom03Parser
           
 class Atom10Parser
          Parser for Atom 1.0
 class BaseWireFeedParser
           
 class RSS090Parser
           
 class RSS091NetscapeParser
           
 class RSS091UserlandParser
           
 class RSS092Parser
           
 class RSS093Parser
           
 class RSS094Parser
           
 class RSS10Parser
           
 class RSS20Parser
           
 class 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.
 

Methods in com.sun.syndication.io.impl that return WireFeedParser
 WireFeedParser FeedParsers.getParserFor(org.jdom.Document document)
          Finds the real parser type for the given document feed.
 

Constructors in com.sun.syndication.io.impl with parameters of type WireFeedParser
ModuleParsers(String propertyKey, WireFeedParser parentParser)
           
PluginManager(String propertyKey, WireFeedParser parentParser, WireFeedGenerator parentGenerator)
           
 



Copyright © 2004-2013 ROME Project. All Rights Reserved.