org.apache.commons.feedparser
Class FeedParserFactory

java.lang.Object
  |
  +--org.apache.commons.feedparser.FeedParserFactory

public class FeedParserFactory
extends java.lang.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 $

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
FeedParserException


Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.