Traverse « XML LINQ « C# / C Sharp






1.Traversing Up from an XElement Object via the Parent Property
2.Traversing Down from an XElement Object via the Nodes Method
3.Traversing Down from an XElement Object via the Nodes Method with Additional Node Types
4.Traversing Backward from the Current Node