org.apache.commons.feedparser
Class FeedParserFactory

java.lang.Object
  extended by org.apache.commons.feedparser.FeedParserFactory

public class FeedParserFactory
extends Object

Should be called prior to all use of a FeedParser. We reserve the right to change the underlying implementation of the FeedParser in the future for performance reasons.

Version:
$Id: FeedParserFactory.java 155416 2005-02-26 13:00:10Z dirkv $
Author:
Kevin A. Burton (burtonator)

Constructor Summary
FeedParserFactory()
           
 
Method Summary
static FeedParser newFeedParser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedParserFactory

public FeedParserFactory()
Method Detail

newFeedParser

public static FeedParser newFeedParser()
                                throws FeedParserException
Throws:
FeedParserException


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