Short Name: Get Elements By Tag Name NS
Requires: Base Development System
Class: Document Methods
Returns a Node List of element(s) with a local name and namespace URI 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 |
Node List | NodeList | out |