C# Class Mono.TextTemplating.Tokeniser

Afficher le fichier Open project: stuartcarnie/Mono.TextTemplating Class Usage Examples

Méthodes publiques

Méthode Description
Advance ( ) : bool
Tokeniser ( string fileName, string content ) : System

Private Methods

Méthode Description
GetBlockEnd ( ) : State
GetDirectiveName ( ) : State
GetDirectiveValue ( ) : State
GetNextStateAndCurrentValue ( ) : State
IsNewLine ( ) : int
NextStateInContent ( ) : State
NextStateInDirective ( ) : State

Method Details

Advance() public méthode

public Advance ( ) : bool
Résultat bool

Tokeniser() public méthode

public Tokeniser ( string fileName, string content ) : System
fileName string
content string
Résultat System