메소드 | 설명 | |
---|---|---|
GetElementsByAttribute ( System.Xml.Linq.XDocument xDoc, string attribute, string value ) : IEnumerable |
Create a list of Parents nodes from an XML document
|
|
GetElementsByAttribute ( System.Xml.Linq.XElement element, string attribute, string value ) : IEnumerable |
Create a list of childs from an XML document
|
public static GetElementsByAttribute ( System.Xml.Linq.XDocument xDoc, string attribute, string value ) : IEnumerable |
||
xDoc | System.Xml.Linq.XDocument | An XML Document |
attribute | string | Description of a node |
value | string | Value that is searching |
리턴 | IEnumerable |
public static GetElementsByAttribute ( System.Xml.Linq.XElement element, string attribute, string value ) : IEnumerable |
||
element | System.Xml.Linq.XElement | an XElement |
attribute | string | an Attribute name |
value | string | value of the attribute |
리턴 | IEnumerable |