selectNodes

Description

Select multiple nodes using an XPath.

Syntax

XopusNode .selectNodes (xpath : String) : XopusNodeList

Arguments

xpath
String. The XPath to evaluate.

Return Value

XopusNodeList . A list of nodes that matched the XPath.