C# Class NMaier.SimpleDlna.Utilities.MoreDom

Datei anzeigen Open project: nmaier/simpleDLNA

Public Methods

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

public static EL ( this doc, string name ) : XmlElement
doc this
name string
return System.Xml.XmlElement

EL() public static method

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

EL() public static method

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

EL() public static method

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