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.
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
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