March 2003
Intermediate to advanced
656 pages
39h 30m
English
getElementsByTagName
d.getElementsByTagName(tagName)Returns the list of Element instances within the
document whose tag equals string tagName,
in the same order as in the parsed XML document. May be the empty
list. When name is '*',
returns the list of all Element instances within
the document, with any tag.