Method ExtXml.Elems
Overload
Gets all direct child elements that have the specified attribute or value.
public static IEnumerable<XElement> Elems(this XElement t, XName name, XName attributeName, string attributeValue = null, bool ignoreCase = false)
Parameters
t (XElement) |
name (XName)
Element name. If |
attributeName (XName)
Attribute name. If |
attributeValue (string)
Attribute value (or Value). If |
ignoreCase (bool)
Case-insensitive attributeValue. |
Returns
IEnumerable<XElement>
|