Base:
method
SetNamedItem
System.Xml.XmlNamedNodeMap.SetNamedItem(System.Xml.XmlNode)
2 references to SetNamedItem
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
1035
toElem.Attributes!.
SetNamedItem
(ImportNodeInternal(fromElem.Attributes[iAttr], true));
System\Xml\Dom\XmlElement.cs (1)
315
return (XmlAttribute)Attributes.
SetNamedItem
(newAttr);