Beispiel #1
0
 public bool IsAncestorOf(HtmlNode node)
 {
     return node.IsDescendentOf( this );
 }