AttributeListImpl.SetAttributeList(IAttributeList) Method

Definition

Caution

deprecated

Set the attribute list, discarding previous contents.

[Android.Runtime.Register("setAttributeList", "(Lorg/xml/sax/AttributeList;)V", "GetSetAttributeList_Lorg_xml_sax_AttributeList_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetAttributeList (Org.Xml.Sax.IAttributeList? atts);
[<Android.Runtime.Register("setAttributeList", "(Lorg/xml/sax/AttributeList;)V", "GetSetAttributeList_Lorg_xml_sax_AttributeList_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetAttributeList : Org.Xml.Sax.IAttributeList -> unit
override this.SetAttributeList : Org.Xml.Sax.IAttributeList -> unit

Parameters

atts
IAttributeList

The attribute list to copy.

Attributes

Remarks

Set the attribute list, discarding previous contents.

This method allows an application writer to reuse an attribute list easily.

Java documentation for org.xml.sax.helpers.AttributeListImpl.setAttributeList(org.xml.sax.AttributeList).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to