C# Class RdfFeed.Feed

Inheritance: IFeed
Exibir arquivo Open project: growse/Feedling

Protected Properties

Property Type Description
feeditems Collection

Public Methods

Method Description
Feed ( ) : System
Feed ( Uri url, FeedAuthTypes authtype, string username, string password, IWebProxy proxy ) : System
Update ( ) : void
Watch ( ) : void

Protected Methods

Method Description
FireUpdated ( ) : void

Private Methods

Method Description
Fetch ( Uri feeduri ) : XmlDocument
GetItemFromFeedEntry ( IXmlNamespaceResolver xmlNamespaceManager, XPathNodeIterator xPathNodeIterator ) : FeedItem
SetFeedDescription ( XPathNavigator xPathNavigator, IXmlNamespaceResolver xmlNamespaceManager ) : void
SetFeedLink ( XPathNavigator xPathNavigator, IXmlNamespaceResolver xmlNamespaceManager ) : void
SetFeedTitle ( XPathNavigator xPathNavigator, IXmlNamespaceResolver xmlNamespaceManager ) : void

Method Details

Feed() public method

public Feed ( ) : System
return System

Feed() public method

public Feed ( Uri url, FeedAuthTypes authtype, string username, string password, IWebProxy proxy ) : System
url System.Uri
authtype FeedAuthTypes
username string
password string
proxy IWebProxy
return System

FireUpdated() protected method

protected FireUpdated ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Watch() public method

public Watch ( ) : void
return void

Property Details

feeditems protected_oe property

protected Collection feeditems
return Collection