C# Class System.Xml.Xsl.Qil.QilReplaceVisitor

Base internal class for visitors that replace the graph as they visit it.
Inheritance: QilVisitor
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Protected Properties

Свойство Type Description
f QilFactory

Méthodes publiques

Méthode Description
QilReplaceVisitor ( QilFactory f ) : System

Méthodes protégées

Méthode Description
RecalculateType ( QilNode node, XmlQueryType oldType ) : void

Once children have been replaced, the Xml type is recalculated.

VisitChildren ( QilNode parent ) : QilNode

Visit all children of "parent", replacing each child with a copy of each child.

Method Details

QilReplaceVisitor() public méthode

public QilReplaceVisitor ( QilFactory f ) : System
f QilFactory
Résultat System

RecalculateType() protected méthode

Once children have been replaced, the Xml type is recalculated.
protected RecalculateType ( QilNode node, XmlQueryType oldType ) : void
node QilNode
oldType XmlQueryType
Résultat void

VisitChildren() protected méthode

Visit all children of "parent", replacing each child with a copy of each child.
protected VisitChildren ( QilNode parent ) : QilNode
parent QilNode
Résultat QilNode

Property Details

f protected_oe property

protected QilFactory,System.Xml.Xsl.Qil f
Résultat QilFactory