C# 클래스 Html_Agil_Xpath.Agil_Xpath

파일 보기 프로젝트 열기: samfisher83/HTML-Agility-xpath-finder 1 사용 예제들

공개 메소드들

메소드 설명
LoadFromFile ( string path ) : Agil_Xpath
LoadFromString ( string html ) : Agil_Xpath
LoadFromURL ( string url ) : Agil_Xpath
findText ( string term ) : void
getHtml ( ) : string

Returns all html from web document

this ( string node ) : HtmlNode

Returns a single code

비공개 메소드들

메소드 설명
Agil_Xpath ( ) : System
findNode ( HtmlNode node, string search, int count ) : void

메소드 상세

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string path ) : Agil_Xpath
path string
리턴 Agil_Xpath

LoadFromString() 공개 정적인 메소드

public static LoadFromString ( string html ) : Agil_Xpath
html string
리턴 Agil_Xpath

LoadFromURL() 공개 정적인 메소드

public static LoadFromURL ( string url ) : Agil_Xpath
url string
리턴 Agil_Xpath

findText() 공개 메소드

public findText ( string term ) : void
term string
리턴 void

getHtml() 공개 메소드

Returns all html from web document
public getHtml ( ) : string
리턴 string

this() 공개 메소드

Returns a single code
public this ( string node ) : HtmlNode
node string xpath of node
리턴 HtmlAgilityPack.HtmlNode