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