C# 클래스 Catrobat.IDE.Core.Utilities.Helpers.XElementExtensions

파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows

공개 메소드들

메소드 설명
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