C# Class SharpTAL.TemplateParser.Tokenizer

Exibir arquivo Open project: lck/SharpTAL

Public Methods

Method Description
TokenizeText ( string body, string filename = null ) : IEnumerable
TokenizeXml ( string body, string filename = null ) : IEnumerable

Private Methods

Method Description
Add ( string name, string reg ) : void
Tokenizer ( ) : System.Collections.Generic

Method Details

TokenizeText() public static method

public static TokenizeText ( string body, string filename = null ) : IEnumerable
body string
filename string
return IEnumerable

TokenizeXml() public static method

public static TokenizeXml ( string body, string filename = null ) : IEnumerable
body string
filename string
return IEnumerable