C# Class Upac.GoogleSiteSearch.GoogleSiteSearchParser

Inheritance: IDisposable
Afficher le fichier Open project: 1508/upac-for-umbraco Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetNode ( XmlNode parent, string nodeName ) : XmlNode

Gets the node.

Method Details

Dispose() public méthode

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

Parse() public méthode

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