System.Xml.Linq.XContainer
Represents a node that can contain other nodes.
Get the first child node of this node.
Get the last child node of this node.
Adds the specified content as children of this XContainer.
Adds the specified content as children of this XContainer.
Adds the specified content as the first children of this document or element.
Adds the specified content as the first children of this document or element.
Creates an XmlWriter that can be used to add nodes to the XContainer.
Returns a collection of the descendant nodes for this document or element, in document order.
Returns a collection of the descendant elements for this document or element, in document order.
Returns a filtered collection of the descendant elements for this document or element, in document order. Only elements that have a matching XName are included in the collection.
Gets the first (in document order) child element with the specified XName.
Returns a collection of the child elements of this element or document, in document order.
Returns a filtered collection of the child elements of this element or document, in document order. Only elements that have a matching XName are included in the collection.
Returns a collection of the child nodes of this element or document, in document order.
Removes the child nodes from this document or element.
Replaces the children nodes of this document or element with the specified content.
Replaces the children nodes of this document or element with the specified content.