C# Класс Catrobat.IDE.Core.Utilities.Helpers.XElementExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetReferenceTarget() публичный статический Метод

public static GetReferenceTarget ( this element ) : System.Xml.Linq.XElement
element this
Результат System.Xml.Linq.XElement

HasAttribute() публичный статический Метод

public static HasAttribute ( this element, string name ) : bool
element this
name string
Результат bool

HasReference() публичный статический Метод

public static HasReference ( this element ) : bool
element this
Результат bool

HasReferenceTo() публичный статический Метод

public static HasReferenceTo ( this element, System.Xml.Linq.XElement target ) : bool
element this
target System.Xml.Linq.XElement
Результат bool

SetReferenceTarget() публичный статический Метод

public static SetReferenceTarget ( this element, System.Xml.Linq.XElement target ) : void
element this
target System.Xml.Linq.XElement
Результат void