public static List <HtmlAgilityPack.HtmlNode> nodes(this HtmlAgilityPack.HtmlNode htmlNode) { return(htmlNode.nodes("")); }