C# Class NewsKit.RdfParser

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

Méthodes publiques

Méthode Description
GetRfc822DateTime ( XmlNode node, string tag ) : System.DateTime
GetXmlNodeText ( XmlNode node, string tag ) : string
RdfParser ( string uri, string xml ) : System

Private Methods

Méthode Description
ParseItem ( XmlNode node ) : Item

Method Details

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

RdfParser() public méthode

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