values (DOMElement - JavaScript)
Gets the string values from the XPath matching elements, or gets the string values from the XPath matching elements for a Namespace.
Defined in
DOMElementSyntax
values(xpath:string) : string[]
values(xpath:string, selectionNS:NamespaceContext)
: string[]