C# Класс NMaier.SimpleDlna.Utilities.MoreDom

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

EL() публичный статический Метод

public static EL ( this doc, string name ) : XmlElement
doc this
name string
Результат System.Xml.XmlElement

EL() публичный статический Метод

public static EL ( this doc, string name, AttributeCollection attributes ) : XmlElement
doc this
name string
attributes AttributeCollection
Результат System.Xml.XmlElement

EL() публичный статический Метод

public static EL ( this doc, string name, AttributeCollection attributes, string text ) : XmlElement
doc this
name string
attributes AttributeCollection
text string
Результат System.Xml.XmlElement

EL() публичный статический Метод

public static EL ( this doc, string name, string text ) : XmlElement
doc this
name string
text string
Результат System.Xml.XmlElement