C# Class Catrobat.IDE.Core.Utilities.Helpers.XElementExtensions

Afficher le fichier Open project: Catrobat/CatrobatForWindows

Méthodes publiques

Méthode Description
GetReferenceTarget ( this element ) : System.Xml.Linq.XElement
HasAttribute ( this element, string name ) : bool
HasReference ( this element ) : bool
HasReferenceTo ( this element, System.Xml.Linq.XElement target ) : bool
SetReferenceTarget ( this element, System.Xml.Linq.XElement target ) : void

Method Details

GetReferenceTarget() public static méthode

public static GetReferenceTarget ( this element ) : System.Xml.Linq.XElement
element this
Résultat System.Xml.Linq.XElement

HasAttribute() public static méthode

public static HasAttribute ( this element, string name ) : bool
element this
name string
Résultat bool

HasReference() public static méthode

public static HasReference ( this element ) : bool
element this
Résultat bool

HasReferenceTo() public static méthode

public static HasReferenceTo ( this element, System.Xml.Linq.XElement target ) : bool
element this
target System.Xml.Linq.XElement
Résultat bool

SetReferenceTarget() public static méthode

public static SetReferenceTarget ( this element, System.Xml.Linq.XElement target ) : void
element this
target System.Xml.Linq.XElement
Résultat void