Extensions Methods
.NET Framework 3.5
The Extensions type exposes the following members.
| Name | Description | |
|---|---|---|
|
Ancestors | Overloaded. Returns a collection of elements that contains the ancestors of every node in the source collection. |
|
AncestorsAndSelf | Overloaded. Returns a collection of elements that contains every element in the source collection, and the ancestors of every element in the source collection. |
|
Attributes | Overloaded. Returns a collection of the attributes of every element in the source collection. |
|
DescendantNodes<T> | Returns a collection of the descendant nodes of every document and element in the source collection. |
|
DescendantNodesAndSelf | Returns a collection of nodes that contains every element in the source collection, and the descendant nodes of every element in the source collection. |
|
Descendants | Overloaded. Returns a collection of elements that contains the descendant elements of every element and document in the source collection. |
|
DescendantsAndSelf | Overloaded. Returns a collection of every element in the source collection, and all descendant elements for every element in the source collection. |
|
Elements | Overloaded. Returns a collection of the child elements of every element and document in the source collection. |
|
InDocumentOrder<T> | Returns a collection of nodes that contains all nodes in the source collection, sorted in document order. |
|
Nodes<T> | Returns a collection of the child nodes of every document and element in the source collection. |
|
Remove | Overloaded. Removes every attribute in the source collection from its parent element. |