End Google Ads 201810 - BS.net 01 --> I am working with C# windows application. I have html source, which im converting to html node collection using htmlagilitypack. I am parsing through each node and searching for a text. I want to get the relation between two nodes. For eg: structure My node1 = . I will search for text "structure" in other nodes and as a result i get node2 = structure Can i relate these two nodes? say node2 is sibling or parent or child or descendant of node1. Please help me... My node1 = . I will search for text "structure" in remaining nodes and as a result i get node2 = structure Can i relate these two nodes? Like node2 is in sibling or parent or child or descendant etc of node1. Please help me...