C# Class Mono.TextTemplating.Tokeniser

Show file Open project: stuartcarnie/Mono.TextTemplating Class Usage Examples

Public Methods

Method Description
Advance ( ) : bool
Tokeniser ( string fileName, string content ) : System

Private Methods

Method Description
GetBlockEnd ( ) : State
GetDirectiveName ( ) : State
GetDirectiveValue ( ) : State
GetNextStateAndCurrentValue ( ) : State
IsNewLine ( ) : int
NextStateInContent ( ) : State
NextStateInDirective ( ) : State

Method Details

Advance() public method

public Advance ( ) : bool
return bool

Tokeniser() public method

public Tokeniser ( string fileName, string content ) : System
fileName string
content string
return System