C# Класс System.Xml.Xsl.IlGen.XmlILOptimizerVisitor.NodeFinder

Наследование: System.Xml.Xsl.Qil.QilVisitor
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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