C# Class LayoutFarm.WebDom.Parser.MyHtmlLexer

Exibir arquivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
Analyze ( TextSnapshot textSnapshot ) : void
BeginLex ( ) : void
EndLex ( ) : void
MyHtmlLexer ( ) : LayoutFarm.WebLexer
dbugEndRecord ( ) : void
dbugStartRecord ( System writer ) : void

Private Methods

Method Description
AppendBuffer ( char c, int index ) : void
FlushExisingBuffer ( int lastFlushAtIndex, HtmlLexerEvent lexerEvent ) : void
dbugReportChar ( char c, int currentState ) : void
dbug_OnFinishAnalyze ( ) : void
dbug_OnStartAnalyze ( ) : 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

EndLex() public method

public EndLex ( ) : void
return void

MyHtmlLexer() public method

public MyHtmlLexer ( ) : LayoutFarm.WebLexer
return LayoutFarm.WebLexer

dbugEndRecord() public method

public dbugEndRecord ( ) : void
return void

dbugStartRecord() public method

public dbugStartRecord ( System writer ) : void
writer System
return void