Uses of Interface
org.apache.commons.feedparser.FeedLifecycleListener

Packages that use FeedLifecycleListener
org.apache.commons.feedparser   
org.apache.commons.feedparser.impl   
org.apache.commons.feedparser.output   
 

Uses of FeedLifecycleListener in org.apache.commons.feedparser
 

Subinterfaces of FeedLifecycleListener in org.apache.commons.feedparser
 interface FeedDirectoryParserListener
           Interface for generic feeds that support feed directory structures.
 interface FeedParserListener
           
 interface FOAFFeedParserListener
          A generic interface
 

Classes in org.apache.commons.feedparser that implement FeedLifecycleListener
 class DefaultFeedDirectoryParserListener
          Default implemmentation of a FeedParserListener with noop methods.
 class DefaultFeedParserListener
          Default implemmentation of a FeedParserListener with noop methods.
 class Test
          This FeedParser implementation is based on JDOM and Jaxen and is based around XPath and JDOM iteration.
 

Uses of FeedLifecycleListener in org.apache.commons.feedparser.impl
 

Classes in org.apache.commons.feedparser.impl that implement FeedLifecycleListener
 class CaptureOutputFeedParserListener
          Code which can run a parse but capture the output to a string to verify certain methods were called via greping the output.
 class DebugFeedParserListener
           
 

Uses of FeedLifecycleListener in org.apache.commons.feedparser.output
 

Classes in org.apache.commons.feedparser.output that implement FeedLifecycleListener
 class RSS10_OutputFeedParserListener
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.