Document: selectNodes

selectNodes

Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes.

 Public Function selectNodes(
	  ByVal queryString As String ) As NodeList

Parameters

queryString
[ByVal] String. XSL or XPath expression that is to be applied to the context defined by this node. Whether an XSL or XPath query is used is determined by the value of the SelectionLanguage property. By default, the expression is an XSL pattern query. The SelectionLanguage property can be set with the SetProperty method.

Return Values

NodeList -  List of nodes selected by the XSL or XPath query. If no nodes are selected by the query, an empty node list is returned.

Remarks

SelectionLanguage and SetProperty properties are not implemented.

See Also

Project VBDOM Overview Class Document Overview Document Properties Document Methods save selectSingleNode