C# 클래스 RTS4.ModHQ.UI.XmlEx

파일 보기 프로젝트 열기: Weesals/ModHQ

공개 메소드들

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

메소드 상세

AttributeOrDefault() 공개 정적인 메소드

public static AttributeOrDefault ( XElement el, string name, string def ) : string
el XElement
name string
def string
리턴 string

AttributeOrNull() 공개 정적인 메소드

public static AttributeOrNull ( XElement el, string name ) : string
el XElement
name string
리턴 string

ElementOrDefault() 공개 정적인 메소드

public static ElementOrDefault ( XElement el, string name, string def ) : string
el XElement
name string
def string
리턴 string

ElementOrNull() 공개 정적인 메소드

public static ElementOrNull ( XElement el, string name ) : string
el XElement
name string
리턴 string

GetImmediateValue() 공개 정적인 메소드

public static GetImmediateValue ( XElement el ) : string
el XElement
리턴 string