C# Class BindingsGenerator.XmlElementExtensions

ファイルを表示 Open project: realXtend/tundra-urho3d

Public Methods

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

Method Details

AllChildElementsOfType() public static method

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

AllChildElementsOfTypeAndAttribute() public static method

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

AllGrandChildElementsOfType() public static method

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

AllGrandChildElementsOfTypeAndAttribute() public static method

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

FirstChildElementOfType() public static method

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

FirstChildElementOfTypeAndAttribute() public static method

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

FirstGrandChildElementOfType() public static method

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

FirstGrandChildElementOfTypeAndAttribute() public static method

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