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

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

보호된 프로퍼티들

프로퍼티 타입 설명
cnt int
target QilNode

공개 메소드들

메소드 설명
Count ( QilNode expr, QilNode target ) : int

Returns number of occurrences of "target" node within the subtree of "expr".

보호된 메소드들

메소드 설명
Visit ( QilNode n ) : QilNode
VisitReference ( QilNode n ) : QilNode

메소드 상세

Count() 공개 메소드

Returns number of occurrences of "target" node within the subtree of "expr".
public Count ( QilNode expr, QilNode target ) : int
expr QilNode
target QilNode
리턴 int

Visit() 보호된 메소드

protected Visit ( QilNode n ) : QilNode
n QilNode
리턴 QilNode

VisitReference() 보호된 메소드

protected VisitReference ( QilNode n ) : QilNode
n QilNode
리턴 QilNode

프로퍼티 상세

cnt 보호되어 있는 프로퍼티

protected int cnt
리턴 int

target 보호되어 있는 프로퍼티

protected QilNode target
리턴 QilNode