C# Class LayoutFarm.WebDom.Parser.HtmlLexer

Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Analyze ( TextSnapshot textSnapshot ) : void
BeginLex ( ) : void
CreateLexer ( ) : HtmlLexer
EndLex ( ) : void

Protected Methods

Method Description
RaiseStateChanged ( HtmlLexerEvent lexEvent, int startIndex, int len ) : void

Method Details

Analyze() public method

public Analyze ( TextSnapshot textSnapshot ) : void
textSnapshot LayoutFarm.WebLexer.TextSnapshot
return void

BeginLex() public method

public BeginLex ( ) : void
return void

CreateLexer() public static method

public static CreateLexer ( ) : HtmlLexer
return HtmlLexer

EndLex() public method

public EndLex ( ) : void
return void

RaiseStateChanged() protected method

protected RaiseStateChanged ( HtmlLexerEvent lexEvent, int startIndex, int len ) : void
lexEvent HtmlLexerEvent
startIndex int
len int
return void