C# 클래스 NMaier.SimpleDlna.Utilities.MoreDom

파일 보기 프로젝트 열기: nmaier/simpleDLNA

공개 메소드들

메소드 설명
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