XmlElement.getElementsByTagName
XmlElement[] getElementsByTagName(string tagname) @safeReturns all descendant elements with the given tag name.
Parameters
tagname | The tag name to match, or `*` for all elements. |
Returns
An array of matching elements in document order.