C# Class Cottle.Documents.Simple.Nodes.LiteralNode

Inheritance: INode
Afficher le fichier Open project: r3c/cottle

Méthodes publiques

Méthode Description
LiteralNode ( string text ) : System
Render ( IStore store, TextWriter output, Value &result ) : bool
Source ( ISetting setting, TextWriter output ) : void

Method Details

LiteralNode() public méthode

public LiteralNode ( string text ) : System
text string
Résultat System

Render() public méthode

public Render ( IStore store, TextWriter output, Value &result ) : bool
store IStore
output System.IO.TextWriter
result Value
Résultat bool

Source() public méthode

public Source ( ISetting setting, TextWriter output ) : void
setting ISetting
output System.IO.TextWriter
Résultat void