Classes | Enumerations

Package dotFeedLib

Classes

class  authorList
 Contains a list of authors. More...
class  categoryList
 Contains a list of categories. More...
class  config
 Class that provides configuration information. More...
struct  configValue
 Class that stores a single configuration value. More...
class  entry
 Description of entry. More...
class  feed
 Class that contains all information on a feed. More...
class  CanNotOpenLocalRSSFeedException
class  FileTypeNotSupportedException
 Is thrown whenever the opened file is a valid XML-File but no ATOM or RSS feed. More...
class  NotValidXmlFileException
 Is thrown whenever doc.Load() fails and this isn't caused by a web error. More...
class  NotFileNeitherUrlExcepetion
 Is thrown when file isn't a valid url or a valid filename. More...
class  UnableToReachUrlExcepetion
 Is thrown whenever an URL is valid but could not be reached. More...
class  AdditionalTagsDeclarationDamagedException
 Is thrown whenever file that declares additional tags is damaged. More...
class  ConfigInformationIncorrectException
 Is thrown whenever the config information isn't valid. More...
class  NoSuchCategoryException
 Is thrown when you try to rename or delete a non-excisiting category. More...
class  misc
 Provides some functions that do not belong anywhere.

Enumerations

enum  feedTypes { RSS, MRSS, ATOM }
 

Used to store whether feed is RSS-Feed or ATOM-Feed.

More...

Enumeration Type Documentation

Used to store whether feed is RSS-Feed or ATOM-Feed.

Enumerator:
RSS 

Used when feed is a RSS-Feed

MRSS 

Used when feed is a RSS-Feed that uses MRSS (see http://video.search.yahoo.com/mrss)

ATOM 

Used when feed is a ATOM-Feed

 All Classes Namespaces Functions Variables Enumerations Properties