XmlElement.RemoveAttributeNode Method
| Explanation | Delete the Attr node by specifying theXmlAttr. Not supported in Mobile, AI | |
| Call format | elm.RemoveAttributeNode( attr ) | |
| Return value | Deleted XmlAttr object.Returns null if it was not deleted . | |
| Arguments | XmlAttr attr | XmlAttr object to delete |
| Exception | DOM-7 | NO_MODIFICATION_ALLOWED_ERR |
| DOM-8 | NOT_FOUND_ERR | |
| Example of use | | |
| Related item | XmlAttr class GetAttributeNode, SetAttributeNode, RemoveAttribute, RemoveAttributeNS methods | |