C# Class BindingsGenerator.XmlElementExtensions

Afficher le fichier Open project: realXtend/tundra-urho3d

Méthodes publiques

Méthode 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 méthode

public static AllChildElementsOfType ( this e, string type ) : List
e this
type string
Résultat List

AllChildElementsOfTypeAndAttribute() public static méthode

public static AllChildElementsOfTypeAndAttribute ( this e, string type, string attr, string value ) : List
e this
type string
attr string
value string
Résultat List

AllGrandChildElementsOfType() public static méthode

public static AllGrandChildElementsOfType ( this e, string type ) : List
e this
type string
Résultat List

AllGrandChildElementsOfTypeAndAttribute() public static méthode

public static AllGrandChildElementsOfTypeAndAttribute ( this e, string type, string attr, string value ) : List
e this
type string
attr string
value string
Résultat List

FirstChildElementOfType() public static méthode

public static FirstChildElementOfType ( this e, string type ) : XmlElement
e this
type string
Résultat System.Xml.XmlElement

FirstChildElementOfTypeAndAttribute() public static méthode

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

FirstGrandChildElementOfType() public static méthode

public static FirstGrandChildElementOfType ( this e, string type ) : XmlElement
e this
type string
Résultat System.Xml.XmlElement

FirstGrandChildElementOfTypeAndAttribute() public static méthode

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