CreateLexer() 공개 정적인 메소드

public static CreateLexer ( ) : HtmlLexer
리턴 HtmlLexer
예제 #1
0
 public MyHtmlParser()
 {
     lexer = HtmlLexer.CreateLexer();
     lexer.LexStateChanged += LexStateChanged;
 }
예제 #2
0
 public MyHtmlParser()
 {
     lexer = HtmlLexer.CreateLexer(LexerEngine.MyLexer);
     lexer.LexStateChanged += LexStateChanged;
 }