AttributeListImpl.SetAttributeList(IAttributeList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.