C# 클래스 Upac.GoogleSiteSearch.GoogleSiteSearchParser

상속: IDisposable
파일 보기 프로젝트 열기: 1508/upac-for-umbraco 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

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

Parse ( XmlNode xmlNode ) : GoogleSiteSearchParserResult

Parses the specified XML node.

비공개 메소드들

메소드 설명
GetNode ( XmlNode parent, string nodeName ) : XmlNode

Gets the node.

메소드 상세

Dispose() 공개 메소드

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

Parse() 공개 메소드

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