C# Class LayoutFarm.WebDom.Parser.HtmlLexer

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Analyze ( TextSnapshot textSnapshot ) : void
BeginLex ( ) : void
CreateLexer ( ) : HtmlLexer
EndLex ( ) : void

Méthodes protégées

Méthode Description
RaiseStateChanged ( HtmlLexerEvent lexEvent, int startIndex, int len ) : void

Method Details

Analyze() public méthode

public Analyze ( TextSnapshot textSnapshot ) : void
textSnapshot LayoutFarm.WebLexer.TextSnapshot
Résultat void

BeginLex() public méthode

public BeginLex ( ) : void
Résultat void

CreateLexer() public static méthode

public static CreateLexer ( ) : HtmlLexer
Résultat HtmlLexer

EndLex() public méthode

public EndLex ( ) : void
Résultat void

RaiseStateChanged() protected méthode

protected RaiseStateChanged ( HtmlLexerEvent lexEvent, int startIndex, int len ) : void
lexEvent HtmlLexerEvent
startIndex int
len int
Résultat void