C# Class Jade.Parser.Nodes.FilterNode

Inheritance: Node
Show file Open project: rnrn/Jade4Net Class Usage Examples

Public Methods

Method Description
execute ( IndentWriter writer, JadeModel model, JadeTemplate template ) : void
getTextBlock ( ) : Node
hasTextBlock ( ) : bool
setAttributes ( Object>.Dictionary attributes ) : void
setTextBlock ( Node textBlock ) : void

Method Details

execute() public method

public execute ( IndentWriter writer, JadeModel model, JadeTemplate template ) : void
writer Jade.Compiler.IndentWriter
model JadeModel
template JadeTemplate
return void

getTextBlock() public method

public getTextBlock ( ) : Node
return Node

hasTextBlock() public method

public hasTextBlock ( ) : bool
return bool

setAttributes() public method

public setAttributes ( Object>.Dictionary attributes ) : void
attributes Object>.Dictionary
return void

setTextBlock() public method

public setTextBlock ( Node textBlock ) : void
textBlock Node
return void