| Overload | Description |
|---|---|
| Attributes(View<XElement>) | Returns a view representing the collection of the attributes of every element in the source view. |
| Attributes(View<XElement>,XName) | Returns a view representing a filtered collection of the attributes of every element in the source view. Only attributes that have a matching System.Xml.Linq.XName are included. |