Encog 1.1 for DotNet
RSS Class
NamespacesEncog.Bot.RSSRSS
RSS: This is the class that actually parses the RSS and builds a collection of RSSItems. To make use of this class call the load method with a URL that points to RSS.
Declaration Syntax
C#Visual BasicVisual C++
public class RSS
Public Class RSS
public ref class RSS
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RSS()()()
Initializes a new instance of the RSS class

Attributes
All of the attributes for this RSS document.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Items
All RSS items, or stories, found.

Load(Uri)
Load all RSS data from the specified URL.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ParseDate(String)
Simple utility function that converts a RSS formatted date into a C# date.

ToString()()()
Convert the object to a String.
(Overrides Object.ToString()()().)
Inheritance Hierarchy

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)