C# Class Transit.Framework.XmlExtensions

Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod

Méthodes publiques

Méthode Description
AppendAttribute ( this element, string name, string value = null ) : XmlAttribute
AppendElement ( this doc, string name, string innerText = null ) : XmlElement

Method Details

AppendAttribute() public static méthode

public static AppendAttribute ( this element, string name, string value = null ) : XmlAttribute
element this
name string
value string
Résultat System.Xml.XmlAttribute

AppendElement() public static méthode

public static AppendElement ( this doc, string name, string innerText = null ) : XmlElement
doc this
name string
innerText string
Résultat System.Xml.XmlElement