XmlElement.GetAttributeNode Method
| Explanation | Get the Attr node by specifying the attribute name . Not supported in Mobile, AI | |
| Call format | var attr = elm.GetAttributeNode( name ) | |
| Return value | XmlAttr object Returns null if not found . | |
| Arguments | String name | Attr node attribute name |
| Exception | None | |
| Example of use | | |
| Related item | XmlAttr class SetAttributeNode, RemoveAttributeNode, HasAttribute, GetAttribute, GetAttributeNS, GetAttributeNodeNS method | |