C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
LoadChannel ( XmlNode channel ) : void

Load the channle node.

LoadItem ( XmlNode item ) : void

Load the specified RSS item, or story.

Описание методов

Load() публичный Метод

Load all RSS data from the specified URL.
public Load ( Uri url ) : void
url System.Uri URL that contains XML data.
Результат void

ParseDate() публичный статический Метод

Simple utility function that converts a RSS formatted date into a C# date.
public static ParseDate ( String datestr ) : System.DateTime
datestr String A date
Результат System.DateTime

ToString() публичный Метод

Convert the object to a String.
public ToString ( ) : String
Результат String