org.apache.commons.feedparser
Interface ModContentFeedParserListener

All Known Implementing Classes:
CaptureOutputFeedParserListener, DebugFeedParserListener, DefaultFeedDirectoryParserListener, DefaultFeedParserListener, RSS10_OutputFeedParserListener, Test

Deprecated. Migration to ContentFeedParserListener

public interface ModContentFeedParserListener

Version:
$Id: ModContentFeedParserListener.java 373614 2006-01-30 22:31:21Z mvdb $
Author:
Kevin A. Burton (burtonator)

Method Summary
 void onContentEncoded(FeedParserState state, String value)
          Deprecated.  
 void onContentEncodedEnd()
          Deprecated.  
 void onContentItem(FeedParserState state, String format, String encoding, org.jdom.Element value)
          Deprecated.  
 void onContentItemEnd()
          Deprecated.  
 

Method Detail

onContentEncoded

void onContentEncoded(FeedParserState state,
                      String value)
                      throws FeedParserException
Deprecated. 
Throws:
FeedParserException

onContentEncodedEnd

void onContentEncodedEnd()
                         throws FeedParserException
Deprecated. 
Throws:
FeedParserException

onContentItem

void onContentItem(FeedParserState state,
                   String format,
                   String encoding,
                   org.jdom.Element value)
                   throws FeedParserException
Deprecated. 
Throws:
FeedParserException

onContentItemEnd

void onContentItemEnd()
                      throws FeedParserException
Deprecated. 
Throws:
FeedParserException


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