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.
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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 method

Find the replacement for a node
public FindReplacement ( QilNode n ) : QilNode
n QilNode the node to replace
return QilNode

RemoveLastNSubstitutionPairs() public method

Remove the last N substitution pairs
public RemoveLastNSubstitutionPairs ( int n ) : void
n int
return void