C# Class Nohal.Redmine.AtomParser

The Atom feed parser
Show file Open project: bdrhoa/redmine-client Class Usage Examples

Protected Methods

Method Description
ParseFeed ( XmlDocument feedXml ) : List

Returns all the entries from an Atom feed

Method Details

ParseFeed() protected static method

Returns all the entries from an Atom feed
protected static ParseFeed ( XmlDocument feedXml ) : List
feedXml System.Xml.XmlDocument XML of the feed
return List