C# Class Decchi.ParsingModule.WebBrowser.WBParser

Show file Open project: Usagination/Decchi

Public Methods

Method Description
Parse ( bool detail ) : IList

Protected Methods

Method Description
DeleteEndString ( string src, string findString ) : string
GetByUIAutomation ( IntPtr handle, IList lst ) : void
GetUrl ( string url ) : string

Private Methods

Method Description
ParsePriv ( bool detail, IList lst ) : void
WBParser ( ) : System

Method Details

DeleteEndString() protected method

protected DeleteEndString ( string src, string findString ) : string
src string
findString string
return string

GetByUIAutomation() protected method

protected GetByUIAutomation ( IntPtr handle, IList lst ) : void
handle System.IntPtr
lst IList
return void

GetUrl() protected method

protected GetUrl ( string url ) : string
url string
return string

Parse() public static method

public static Parse ( bool detail ) : IList
detail bool
return IList