public getElementsByTagName(name as String) as NodeList
Returns descendant elements matching the tag name.
Matching descendant elements.
items = element.getElementsByTagName("item")