getElementByTagName

getElementByTagName(tagName: String): JadeXMLElement;

The getElementByTagName method of the JadeXMLElement class returns a reference to the first immediate child JadeXMLElement node instance that has the tag name specified in the tagName parameter. If you want to return the first child element, specify an asterisk character ('*') in the tagName parameter.