Finds elements/attributes by the specified Location Path interpreted against every element from the specified enumeration and returns an array containing all values of the found elements/attributes.

Parameters:

elements

The enumeration of elements, against which the Location Path is to be interpreted.
lpath
The Location Path expression specifying how the elements or attributes should be searched.
Returns:
The array containing the values of all elements/attributes found by the specified location path.

If no data items found, the function returns an empty array.

See Also:
getValuesByLPath(), collectAttrValues(), GOMElement.values
${include ../../../refs/lpaths.htm}