org.apache.commons.feedparser
Class ContentDetectorResult

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

public class ContentDetectorResult
extends Object

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

Field Summary
 boolean isAtom
           
 boolean isFeed
          True if this is a feed (RSS or Atom)
 boolean isHTML
           
 boolean isRSS
           
 
Constructor Summary
ContentDetectorResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isFeed

public boolean isFeed
True if this is a feed (RSS or Atom)


isRSS

public boolean isRSS

isAtom

public boolean isAtom

isHTML

public boolean isHTML
Constructor Detail

ContentDetectorResult

public ContentDetectorResult()


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