C# Class Jade.Parser.Nodes.FilterNode

Inheritance: Node
Afficher le fichier Open project: rnrn/Jade4Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getTextBlock() public méthode

public getTextBlock ( ) : Node
Résultat Node

hasTextBlock() public méthode

public hasTextBlock ( ) : bool
Résultat bool

setAttributes() public méthode

public setAttributes ( Object>.Dictionary attributes ) : void
attributes Object>.Dictionary
Résultat void

setTextBlock() public méthode

public setTextBlock ( Node textBlock ) : void
textBlock Node
Résultat void