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

Inheritance: INode
Show file Open project: r3c/cottle

Public Methods

Method Description
DumpNode ( IEvaluator expression ) : System
Render ( IStore store, TextWriter output, Value &result ) : bool
Source ( ISetting setting, TextWriter output ) : void

Method Details

DumpNode() public method

public DumpNode ( IEvaluator expression ) : System
expression IEvaluator
return System

Render() public method

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

Source() public method

public Source ( ISetting setting, TextWriter output ) : void
setting ISetting
output System.IO.TextWriter
return void