C# Class LayoutFarm.WebDom.Parser.MyHtmlParser

Inheritance: HtmlParser
Exibir arquivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
MyHtmlParser ( ) : System
Parse ( TextSource textSnapshot, WebDocument htmldoc, DomElement currentNode ) : void
ResetParser ( ) : void

Private Methods

Method Description
LexStateChanged ( HtmlLexerEvent lexEvent, int startIndex, int len ) : void
Parse ( TextSnapshot textSnapshot, WebDocument htmldoc, DomElement currentNode ) : void

parse to htmldom

Method Details

MyHtmlParser() public method

public MyHtmlParser ( ) : System
return System

Parse() public method

public Parse ( TextSource textSnapshot, WebDocument htmldoc, DomElement currentNode ) : void
textSnapshot TextSource
htmldoc WebDocument
currentNode DomElement
return void

ResetParser() public method

public ResetParser ( ) : void
return void