Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetIHtmlDocument2 ( ) : IHTMLDocument2 | ||
HTMLParserWrapper ( string sFullPath, int iMaxTimeExecution ) | ||
ParseHtml ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent ) : void |
Method | Description | |
---|---|---|
HTMLParserWrapper ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent ) | ||
Initialization ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent ) : void | ||
MyHtmlParsingDoneEvent ( object sender, HtmlParsingDoneEventArg, e ) : void |
public GetIHtmlDocument2 ( ) : IHTMLDocument2 | ||
return | IHTMLDocument2 |
public HTMLParserWrapper ( string sFullPath, int iMaxTimeExecution ) | ||
sFullPath | string | |
iMaxTimeExecution | int |
public static ParseHtml ( string sFullPath, int iMaxTimeExecution, HtmlParsingDoneEventHandler myHtmlParsingDoneEvent ) : void | ||
sFullPath | string | |
iMaxTimeExecution | int | |
myHtmlParsingDoneEvent | HtmlParsingDoneEventHandler | |
return | void |