XmlElement.GetElementsByTagName Method
| Explanation | Search for Element nodes by tag name to get a list of matching Element nodes. | |
| Call format | var list = elm.GetElementsByTagName( tagName ) | |
| Return value | XmlNodeList object containing an Element node with a tag name that matches the condition If not found, returns an empty XmlNodeList object. | |
| Arguments | String tagName | Tag name to search |
| Exception | None | |
| Example of use | | |
| Related item | XmlNodeList, XmlElement class GetElementsByTagNameNS method | |