C# Class NewsKit.AtomParser

Inheritance: IFeedParser
Afficher le fichier Open project: wfarr/newskit Class Usage Examples

Méthodes publiques

Méthode Description
AtomParser ( string uri, string xml ) : System
GetRfc822DateTime ( XmlNode node, string tag ) : System.DateTime
GetXmlNodeText ( XmlNode node, string tag ) : string
GetXmlNodeUrl ( XmlNode node, string tag ) : string
ProcessXmlNodeLinks ( XmlNodeList node, Item item ) : void

Private Methods

Méthode Description
ParseItem ( XmlNode node ) : Item

Method Details

AtomParser() public méthode

public AtomParser ( string uri, string xml ) : System
uri string
xml string
Résultat System

GetRfc822DateTime() public méthode

public GetRfc822DateTime ( XmlNode node, string tag ) : System.DateTime
node System.Xml.XmlNode
tag string
Résultat System.DateTime

GetXmlNodeText() public méthode

public GetXmlNodeText ( XmlNode node, string tag ) : string
node System.Xml.XmlNode
tag string
Résultat string

GetXmlNodeUrl() public méthode

public GetXmlNodeUrl ( XmlNode node, string tag ) : string
node System.Xml.XmlNode
tag string
Résultat string

ProcessXmlNodeLinks() public méthode

public ProcessXmlNodeLinks ( XmlNodeList node, Item item ) : void
node System.Xml.XmlNodeList
item Item
Résultat void