getElementsByTagName: name
Returns a NodeList
of all descendant Element
nodes whose tagName
attribute matches the given
name
parameter. The nodes are
returned in the same order in which they would be encountered in a
preorder traversal of the document tree. A preorder traversal
conforms to the order in which the XML elements appear in the
source document.