Short Name: Get Elements By Tag Name NS Array
Requires: Base Development System
Class: Document Methods
Returns an array of nodes containing the element(s) with a local name and namespace URI that you specify, in the order that a preorder traversal of the Document tree encounters the nodes.
| Name | Type | Direction | 
|---|---|---|
| Namespace URI | string | in | 
| Local Name | string | in | 
| Array Of Elements | array | out |