C# Class SIL.FieldWorks.Common.Controls.PartGenerator.ReplaceAttrAndAppend

In addition to replacing an old attribute value, appends a new attribute after the one where the replacement occurs. Call DoTheAppends after running VisitAttributes.
Inheritance: SIL.Utils.ReplaceSubstringInAttr
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
Visit ( XmlAttribute xa ) : bool

Private Methods

Méthode Description
DoTheAppends ( ) : void
ReplaceAttrAndAppend ( string pattern, string replacement, string newAttrName, string newAttrVal ) : System

Method Details

Visit() public méthode

public Visit ( XmlAttribute xa ) : bool
xa System.Xml.XmlAttribute
Résultat bool