Method AddAttribute
AddAttribute(String, String, String, String, String)
Add an attribute to the end of the list, setting its "specified" flag to true. To set that flag's value to false, use SetSpecified(Int32, Boolean).
Unless the attribute type is CDATA, this attribute is marked as being declared in the DTD. To set that flag's value to true for CDATA attributes, use SetDeclared(Int32, Boolean).
Declaration
public override void AddAttribute(string uri, string localName, string qName, string type, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | uri | |
System.String | localName | |
System.String | qName | |
System.String | type | |
System.String | value |