C# Class SharpTAL.TemplateParser.Tokenizer

Afficher le fichier Open project: lck/SharpTAL

Méthodes publiques

Méthode Description
TokenizeText ( string body, string filename = null ) : IEnumerable
TokenizeXml ( string body, string filename = null ) : IEnumerable

Private Methods

Méthode Description
Add ( string name, string reg ) : void
Tokenizer ( ) : System.Collections.Generic

Method Details

TokenizeText() public static méthode

public static TokenizeText ( string body, string filename = null ) : IEnumerable
body string
filename string
Résultat IEnumerable

TokenizeXml() public static méthode

public static TokenizeXml ( string body, string filename = null ) : IEnumerable
body string
filename string
Résultat IEnumerable