C# 클래스 BindingsGenerator.XmlElementExtensions

파일 보기 프로젝트 열기: realXtend/tundra-urho3d

공개 메소드들

메소드 설명
AllChildElementsOfType ( this e, string type ) : List
AllChildElementsOfTypeAndAttribute ( this e, string type, string attr, string value ) : List
AllGrandChildElementsOfType ( this e, string type ) : List
AllGrandChildElementsOfTypeAndAttribute ( this e, string type, string attr, string value ) : List
FirstChildElementOfType ( this e, string type ) : XmlElement
FirstChildElementOfTypeAndAttribute ( this e, string type, string attr, string value ) : XmlElement
FirstGrandChildElementOfType ( this e, string type ) : XmlElement
FirstGrandChildElementOfTypeAndAttribute ( this e, string type, string attr, string value ) : XmlElement

메소드 상세

AllChildElementsOfType() 공개 정적인 메소드

public static AllChildElementsOfType ( this e, string type ) : List
e this
type string
리턴 List

AllChildElementsOfTypeAndAttribute() 공개 정적인 메소드

public static AllChildElementsOfTypeAndAttribute ( this e, string type, string attr, string value ) : List
e this
type string
attr string
value string
리턴 List

AllGrandChildElementsOfType() 공개 정적인 메소드

public static AllGrandChildElementsOfType ( this e, string type ) : List
e this
type string
리턴 List

AllGrandChildElementsOfTypeAndAttribute() 공개 정적인 메소드

public static AllGrandChildElementsOfTypeAndAttribute ( this e, string type, string attr, string value ) : List
e this
type string
attr string
value string
리턴 List

FirstChildElementOfType() 공개 정적인 메소드

public static FirstChildElementOfType ( this e, string type ) : XmlElement
e this
type string
리턴 System.Xml.XmlElement

FirstChildElementOfTypeAndAttribute() 공개 정적인 메소드

public static FirstChildElementOfTypeAndAttribute ( this e, string type, string attr, string value ) : XmlElement
e this
type string
attr string
value string
리턴 System.Xml.XmlElement

FirstGrandChildElementOfType() 공개 정적인 메소드

public static FirstGrandChildElementOfType ( this e, string type ) : XmlElement
e this
type string
리턴 System.Xml.XmlElement

FirstGrandChildElementOfTypeAndAttribute() 공개 정적인 메소드

public static FirstGrandChildElementOfTypeAndAttribute ( this e, string type, string attr, string value ) : XmlElement
e this
type string
attr string
value string
리턴 System.Xml.XmlElement