nodes (DOMElement - JavaScript)
Evaluates the given XPath expression in the given element, and returns an array with all elements and attributes that match this XPath.
Defined in
DOMElementSyntax
nodes(xpath:string) : java.lang.Object[]
nodes(xpath:string, selectionNS:NamespaceContext)
: java.lang.Object[]