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

Data structure for use in CloneAndReplace
Isolates the many QilNode classes from changes in the underlying data structure.
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
FindReplacement ( QilNode n ) : QilNode

Find the replacement for a node

RemoveLastNSubstitutionPairs ( int n ) : void

Remove the last N substitution pairs

Method Details

FindReplacement() public méthode

Find the replacement for a node
public FindReplacement ( QilNode n ) : QilNode
n QilNode the node to replace
Résultat QilNode

RemoveLastNSubstitutionPairs() public méthode

Remove the last N substitution pairs
public RemoveLastNSubstitutionPairs ( int n ) : void
n int
Résultat void