Beispiel #1
0
 public static List<HtmlNode> ExtractBlock(HtmlNode htmlNode, XPathQuery xPathQuery)
 {
     return NodesToList(htmlNode.SelectNodes(xPathQuery.GetXPathQuery()));
 }