Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GetAbsolutePath ( System.Xml.Linq.XElement element ) : List |
||
GetNameWithIndex ( System.Xml.Linq.XElement element ) : string |
public static GetElement ( System.Xml.Linq.XElement referenceElement, string xPath ) : System.Xml.Linq.XElement | ||
referenceElement | System.Xml.Linq.XElement | |
xPath | string | |
return | System.Xml.Linq.XElement |
public static GetXPath ( System.Xml.Linq.XElement fromElement, System.Xml.Linq.XElement toElement ) : string | ||
fromElement | System.Xml.Linq.XElement | |
toElement | System.Xml.Linq.XElement | |
return | string |
public static XPathEquals ( string xPath1, string xPath2 ) : bool | ||
xPath1 | string | |
xPath2 | string | |
return | bool |