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

파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows 1 사용 예제들

공개 메소드들

메소드 설명
GetElement ( System.Xml.Linq.XElement referenceElement, string xPath ) : System.Xml.Linq.XElement
GetXPath ( System.Xml.Linq.XElement fromElement, System.Xml.Linq.XElement toElement ) : string
XPathEquals ( string xPath1, string xPath2 ) : bool

비공개 메소드들

메소드 설명
GetAbsolutePath ( System.Xml.Linq.XElement element ) : List
GetNameWithIndex ( System.Xml.Linq.XElement element ) : string

메소드 상세

GetElement() 공개 정적인 메소드

public static GetElement ( System.Xml.Linq.XElement referenceElement, string xPath ) : System.Xml.Linq.XElement
referenceElement System.Xml.Linq.XElement
xPath string
리턴 System.Xml.Linq.XElement

GetXPath() 공개 정적인 메소드

public static GetXPath ( System.Xml.Linq.XElement fromElement, System.Xml.Linq.XElement toElement ) : string
fromElement System.Xml.Linq.XElement
toElement System.Xml.Linq.XElement
리턴 string

XPathEquals() 공개 정적인 메소드

public static XPathEquals ( string xPath1, string xPath2 ) : bool
xPath1 string
xPath2 string
리턴 bool