XmlElement.getElementsByTagName

XmlElement[] getElementsByTagName(string tagname) @safe

Returns all descendant elements with the given tag name.

Parameters

tagnameThe tag name to match, or `*` for all elements.

Returns

An array of matching elements in document order.