C# Class HTMLParserWrapper, Web-Security-Toolset

Inheritance: IDisposable
Show file Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetIHtmlDocument2 ( ) : IHTMLDocument2
HTMLParserWrapper ( string sFullPath, int iMaxTimeExecution )
ParseHtml ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent ) : void

Private Methods

Method Description
HTMLParserWrapper ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent )
Initialization ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent ) : void
MyHtmlParsingDoneEvent ( object sender, HtmlParsingDoneEventArg, e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetIHtmlDocument2() public method

public GetIHtmlDocument2 ( ) : IHTMLDocument2
return IHTMLDocument2

HTMLParserWrapper() public method

public HTMLParserWrapper ( string sFullPath, int iMaxTimeExecution )
sFullPath string
iMaxTimeExecution int

ParseHtml() public static method

public static ParseHtml ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent ) : void
sFullPath string
iMaxTimeExecution int
myHtmlParsingDoneEvent HtmlParsingDoneEventHandler
return void