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