Short Name: Get Elements By Tag Name NS
Requires: Base Development System
Class: Element Methods
Returns a list of elements with a local name and namespace URI you specify, in the order that a preorder traversal of the Document tree would encounter them, starting from a node you specify.
| Name | Type | Direction |
|---|---|---|
| Namespace URI | string | in |
| Local Name | string | in |
| Node List | NodeList | out |