org.apache.commons.feedparser
Class ContentDetectorResult

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

public class ContentDetectorResult
extends java.lang.Object

Version:
$Id: ContentDetectorResult.java 155416 2005-02-26 13:00:10Z dirkv $

Field Summary
 boolean isAtom
           
 boolean isFeed
          True if this is a feed (RSS or Atom)
 boolean isHTML
           
 boolean isRSS
           
 
Constructor Summary
ContentDetectorResult()
           
 
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 © 2004-2006 Apache Software Foundation. All Rights Reserved.