Method | Description | |
---|---|---|
LoadFromFile ( string path ) : |
||
LoadFromString ( string html ) : |
||
LoadFromURL ( string url ) : |
||
findText ( string term ) : void | ||
getHtml ( ) : string |
Returns all html from web document
|
|
this ( string node ) : |
Returns a single code
|
Method | Description | |
---|---|---|
Agil_Xpath ( ) : System | ||
findNode ( |
public static LoadFromFile ( string path ) : |
||
path | string | |
return |
public static LoadFromString ( string html ) : |
||
html | string | |
return |
public static LoadFromURL ( string url ) : |
||
url | string | |
return |
public this ( string node ) : |
||
node | string | xpath of node |
return |