C# 클래스 System.Xml.Xsl.IlGen.XmlILOptimizerVisitor.NodeFinder

상속: System.Xml.Xsl.Qil.QilVisitor
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

보호된 프로퍼티들

프로퍼티 타입 설명
result bool
target QilNode

공개 메소드들

메소드 설명
Find ( QilNode expr, QilNode target ) : bool

Returns true if "target" node exists within the subtree of "expr".

보호된 메소드들

메소드 설명
OnFound ( QilNode expr ) : bool

By default, just return true.

Visit ( QilNode expr ) : QilNode

Recursively visit, searching for target. If/when found, call OnFound() method.

VisitReference ( QilNode expr ) : QilNode

Determine whether target is a reference.

메소드 상세

Find() 공개 메소드

Returns true if "target" node exists within the subtree of "expr".
public Find ( QilNode expr, QilNode target ) : bool
expr QilNode
target QilNode
리턴 bool

OnFound() 보호된 메소드

By default, just return true.
protected OnFound ( QilNode expr ) : bool
expr QilNode
리턴 bool

Visit() 보호된 메소드

Recursively visit, searching for target. If/when found, call OnFound() method.
protected Visit ( QilNode expr ) : QilNode
expr QilNode
리턴 QilNode

VisitReference() 보호된 메소드

Determine whether target is a reference.
protected VisitReference ( QilNode expr ) : QilNode
expr QilNode
리턴 QilNode

프로퍼티 상세

result 보호되어 있는 프로퍼티

protected bool result
리턴 bool

target 보호되어 있는 프로퍼티

protected QilNode target
리턴 QilNode