XContainer « XML LINQ « VB.Net






1.XContainer.Add adds the specified content as children of this XContainer.
2.XContainer.Add (Object[]) adds the specified content as children of this XContainer.
3.XContainer.AddFirst adds the specified content as the first children of this document or element.
4.XContainer.AddFirst(Object[]) adds the specified content as the first children of this document or element.
5.XContainer.DescendantNodes returns a collection of the descendant nodes
6.XContainer.Descendants returns a collection of the descendant elements for this document or element, in document order.
7.XContainer.Descendants (XName) returns a filtered collection of the descendant elements
8.XContainer.Element gets the first in document order child element with the specified XName.
9.XContainer.Elements returns a collection of the child elements of this element or document, in document order.








10.XContainer.Elements Method returns a filtered collection of the child elements of this element or document
11.XContainer.LastNode Property gets the last child node of this node.
12.XContainer.Nodes returns a collection of the child nodes of this element or document, in document order.
13.XContainer.RemoveNodes Removes the child nodes from this document or element.
14.XContainer.ReplaceNodes replaces the children nodes of this document or element with the specified content.