public getElementsByTagNameNS(namespaceURI as String, localName as String) as NodeList throws DOMException
Returns descendant elements matching namespace URI and local name.
Matching descendant elements.
items = element.getElementsByTagNameNS("*", "item")