C# 클래스 Jade.Parser.Nodes.FilterNode

상속: Node
파일 보기 프로젝트 열기: rnrn/Jade4Net 1 사용 예제들

공개 메소드들

메소드 설명
execute ( IndentWriter writer, JadeModel model, JadeTemplate template ) : void
getTextBlock ( ) : Node
hasTextBlock ( ) : bool
setAttributes ( Object>.Dictionary attributes ) : void
setTextBlock ( Node textBlock ) : void

메소드 상세

execute() 공개 메소드

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

getTextBlock() 공개 메소드

public getTextBlock ( ) : Node
리턴 Node

hasTextBlock() 공개 메소드

public hasTextBlock ( ) : bool
리턴 bool

setAttributes() 공개 메소드

public setAttributes ( Object>.Dictionary attributes ) : void
attributes Object>.Dictionary
리턴 void

setTextBlock() 공개 메소드

public setTextBlock ( Node textBlock ) : void
textBlock Node
리턴 void