C# Class Upac.GoogleSiteSearch.GoogleSiteSearchParser

Inheritance: IDisposable
Show file Open project: 1508/upac-for-umbraco Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Parse ( XmlNode xmlNode ) : GoogleSiteSearchParserResult

Parses the specified XML node.

Private Methods

Method Description
GetNode ( XmlNode parent, string nodeName ) : XmlNode

Gets the node.

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Parse() public method

Parses the specified XML node.
public Parse ( XmlNode xmlNode ) : GoogleSiteSearchParserResult
xmlNode System.Xml.XmlNode The XML node.
return GoogleSiteSearchParserResult