C# Class RTS4.ModHQ.UI.XmlEx

Afficher le fichier Open project: Weesals/ModHQ

Méthodes publiques

Méthode Description
AttributeOrDefault ( XElement el, string name, string def ) : string
AttributeOrNull ( XElement el, string name ) : string
ElementOrDefault ( XElement el, string name, string def ) : string
ElementOrNull ( XElement el, string name ) : string
GetImmediateValue ( XElement el ) : string

Method Details

AttributeOrDefault() public static méthode

public static AttributeOrDefault ( XElement el, string name, string def ) : string
el XElement
name string
def string
Résultat string

AttributeOrNull() public static méthode

public static AttributeOrNull ( XElement el, string name ) : string
el XElement
name string
Résultat string

ElementOrDefault() public static méthode

public static ElementOrDefault ( XElement el, string name, string def ) : string
el XElement
name string
def string
Résultat string

ElementOrNull() public static méthode

public static ElementOrNull ( XElement el, string name ) : string
el XElement
name string
Résultat string

GetImmediateValue() public static méthode

public static GetImmediateValue ( XElement el ) : string
el XElement
Résultat string