net.sf.flock.parser
Class Rss20Parser

java.lang.Object
  |
  +--net.sf.flock.parser.Rss20Parser
All Implemented Interfaces:
net.sf.flock.parser.FeedParserI

public class Rss20Parser
extends java.lang.Object
implements net.sf.flock.parser.FeedParserI


Constructor Summary
Rss20Parser()
           
 
Method Summary
 boolean isSuitable(org.jdom.Document doc)
           
 FeedI parse(SubscriptionInfoI subscriptionInfoI, FeedFactoryI feedFactory, org.jdom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rss20Parser

public Rss20Parser()
Method Detail

isSuitable

public boolean isSuitable(org.jdom.Document doc)
Specified by:
isSuitable in interface net.sf.flock.parser.FeedParserI
See Also:
FeedParserI.isSuitable(Document)

parse

public FeedI parse(SubscriptionInfoI subscriptionInfoI,
                   FeedFactoryI feedFactory,
                   org.jdom.Document doc)
            throws FlockResourceException
Specified by:
parse in interface net.sf.flock.parser.FeedParserI
FlockResourceException
See Also:
net.sf.flock.parser.FeedParserI#parse(FeedFactoryI,Document)


Copyright © 2002-2003 Presence Inc. All Rights Reserved.