Short Name: Get Elements By Tag Name
Requires: Base Development System
Class: Element Methods
Returns a list of all descendant elements with a tag name you specify, in the order that a preorder traversal of the Element tree would encounter the nodes.
Name | Type | Direction |
---|---|---|
Tag Name | string | in |
Node List | NodeList | out |