C# Class NMaier.SimpleDlna.Utilities.MoreDom

Afficher le fichier Open project: nmaier/simpleDLNA

Méthodes publiques

Méthode Description
EL ( this doc, string name ) : XmlElement
EL ( this doc, string name, AttributeCollection attributes ) : XmlElement
EL ( this doc, string name, AttributeCollection attributes, string text ) : XmlElement
EL ( this doc, string name, string text ) : XmlElement

Method Details

EL() public static méthode

public static EL ( this doc, string name ) : XmlElement
doc this
name string
Résultat System.Xml.XmlElement

EL() public static méthode

public static EL ( this doc, string name, AttributeCollection attributes ) : XmlElement
doc this
name string
attributes AttributeCollection
Résultat System.Xml.XmlElement

EL() public static méthode

public static EL ( this doc, string name, AttributeCollection attributes, string text ) : XmlElement
doc this
name string
attributes AttributeCollection
text string
Résultat System.Xml.XmlElement

EL() public static méthode

public static EL ( this doc, string name, string text ) : XmlElement
doc this
name string
text string
Résultat System.Xml.XmlElement