Selects the list of nodes matching the XPath expression.
- xpath (String)
- The XPath expression.
An Acrux.Html.HtmlNodeList containing a collection of nodes matching the XPath
query. The HtmlNodeList should not be expected to be connected "live" to the
HTML document. That is, changes that appear in the HTML document may not appear
in the HtmlNodeList, and vice versa.