C# 클래스 Mustachio.Tokenizer

Reads in a mustache template and lexes it into tokens.
파일 보기 프로젝트 열기: wildbit/mustachio

공개 메소드들

메소드 설명
Tokenize ( string templateString ) : IEnumerable

비공개 메소드들

메소드 설명
HumanizeCharacterLocation ( string content, int characterIndex, int &lines ) : CharacterLocation
Validated ( string token, string content, int index, int &lines, List &exceptions ) : string

메소드 상세

Tokenize() 공개 정적인 메소드

public static Tokenize ( string templateString ) : IEnumerable
templateString string
리턴 IEnumerable