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

Packages that use TagFeedParserListener
org.apache.commons.feedparser   
org.apache.commons.feedparser.impl   
 

Uses of TagFeedParserListener in org.apache.commons.feedparser
 

Methods in org.apache.commons.feedparser with parameters of type TagFeedParserListener
static void TagFeedParser.doDcSubject(TagFeedParserListener listener, FeedParserState state)
          Parse out dc:subject tags Its not very clear how this is supposed to work.
static boolean TagFeedParser.doParseCategory(TagFeedParserListener listener, FeedParserState state)
          Parse out atom:category and RSS 2.0/0.91 category
static boolean TagFeedParser.doParseModTaxonomy(TagFeedParserListener listener, FeedParserState state)
           
 

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

Classes in org.apache.commons.feedparser.impl that implement TagFeedParserListener
 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
           
 



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