Sets the value of the attribute with the specified name and namespace.
[Visual Basic] Overloads Overrides Public Sub SetAttribute( _ ByVal localName As String, _ ByVal namespaceURI As String, _ ByVal value As String _ ) [C#] public override void SetAttribute( string localName, string namespaceURI, string value ); [C++] public: override void SetAttribute( String* localName, String* namespaceURI, String* value ); [JScript] public override function SetAttribute( localName : String, namespaceURI : String, value : String );
This name does may or may not include the prefix. For example:
[C#]
xti.SetAttribute("xmlns:x",null, nsuri);
DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace | DocumentNavigator.SetAttribute Overload List