Method SetAttribute
SetAttribute(Int32, String, String, String, String, String)
Set an attribute in the list.
For the sake of speed, this method does no checking for name conflicts or well-formedness: such checks are the responsibility of the application.
Declaration
public virtual void SetAttribute(int index, string uri, string localName, string qName, string type, string value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the attribute (zero-based). |
System.String | uri | The Namespace URI, or the empty string if none is available or Namespace processing is not being performed. |
System.String | localName | The local name, or the empty string if Namespace processing is not being performed. |
System.String | qName | The qualified name, or the empty string if qualified names are not available. |
System.String | type | The attribute type as a string. |
System.String | value | The attribute value. |