Discuss this help topic in SecureBlackbox Forum
TElXMLDOMDocument.GetElementsByTagName
Finds the element(s) with given tag name.
Declaration
Parameters
Return value
Returns a list of the desired elements.
Description
Use this method to find elements with the given tag name. The method returns a node list, which must be disposed of, when the application finishes using it.