getElementsByTagName

getElementsByTagName(tagName:  String;
                     elements: JadeXMLElementArray input);

The getElementsByTagName method of the JadeXMLElement class fills the elements array with the immediate child elements in document order (that is, using a preorder traversal) that have the value specified in the tagName parameter.

If you want to match all tags, specify an asterisk character ('*') in the tagName parameter.