Acrux Html Parser Documentation
SelectNodes Method (xpath)
NamespacesAcrux.HtmlHtmlNodeSelectNodes(String)
Selects the list of nodes matching the XPath expression.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlNodeList SelectNodes(
	string xpath
)
Public Function SelectNodes ( _
	xpath As String _
) As HtmlNodeList
public:
HtmlNodeList^ SelectNodes(
	String^ xpath
)
Parameters
xpath (String)
The XPath expression.
Return Value
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.

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)