getElementByTagName

getElementByTagName(tagName: String): JadeXMLElement;

The getElementByTagName method of the JadeXMLDocument class returns a reference to the first JadeXMLElement instance that has the tag name specified in the tagName parameter.

To improve performance when the sequence is not important, use the findElementByTagName method to retrieve the element more directly through a collection, by using the collection sequence.