C# 클래스 System.Xml.Xsl.Qil.QilScopedVisitor

Adds iterator and function scoping to the QilVisitor implementation.
상속: QilVisitor
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

보호된 메소드들

메소드 설명
AfterVisit ( QilNode node ) : void

Called at the end of Visit().

BeforeVisit ( QilNode node ) : void

Called at the beginning of Visit().

BeginScope ( QilNode node ) : void

Called when a variable, parameter, or function enters scope.

EndScope ( QilNode node ) : void

Called when a variable, parameter, or function exits scope.

Visit ( QilNode n ) : QilNode

Call BeforeVisit() and AfterVisit().

메소드 상세

AfterVisit() 보호된 메소드

Called at the end of Visit().
protected AfterVisit ( QilNode node ) : void
node QilNode
리턴 void

BeforeVisit() 보호된 메소드

Called at the beginning of Visit().
protected BeforeVisit ( QilNode node ) : void
node QilNode
리턴 void

BeginScope() 보호된 메소드

Called when a variable, parameter, or function enters scope.
protected BeginScope ( QilNode node ) : void
node QilNode
리턴 void

EndScope() 보호된 메소드

Called when a variable, parameter, or function exits scope.
protected EndScope ( QilNode node ) : void
node QilNode
리턴 void

Visit() 보호된 메소드

Call BeforeVisit() and AfterVisit().
protected Visit ( QilNode n ) : QilNode
n QilNode
리턴 QilNode