C# Class Encog.Bot.RSS.RSS

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.
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
Load ( Uri url ) : void

Load all RSS data from the specified URL.

ParseDate ( String datestr ) : System.DateTime

Simple utility function that converts a RSS formatted date into a C# date.

ToString ( ) : String

Convert the object to a String.

Private Methods

Method Description
LoadChannel ( XmlNode channel ) : void

Load the channle node.

LoadItem ( XmlNode item ) : void

Load the specified RSS item, or story.

Method Details

Load() public method

Load all RSS data from the specified URL.
public Load ( Uri url ) : void
url System.Uri URL that contains XML data.
return void

ParseDate() public static method

Simple utility function that converts a RSS formatted date into a C# date.
public static ParseDate ( String datestr ) : System.DateTime
datestr String A date
return System.DateTime

ToString() public method

Convert the object to a String.
public ToString ( ) : String
return String