AttributesImpl.SetAttributes(IAttributes) Method

Definition

Copy an entire Attributes object.

[Android.Runtime.Register("setAttributes", "(Lorg/xml/sax/Attributes;)V", "GetSetAttributes_Lorg_xml_sax_Attributes_Handler")]
public virtual void SetAttributes (Org.Xml.Sax.IAttributes? atts);
[<Android.Runtime.Register("setAttributes", "(Lorg/xml/sax/Attributes;)V", "GetSetAttributes_Lorg_xml_sax_Attributes_Handler")>]
abstract member SetAttributes : Org.Xml.Sax.IAttributes -> unit
override this.SetAttributes : Org.Xml.Sax.IAttributes -> unit

Parameters

atts
IAttributes

The attributes to copy.

Attributes

Remarks

Copy an entire Attributes object.

It may be more efficient to reuse an existing object rather than constantly allocating new ones.

Java documentation for org.xml.sax.helpers.AttributesImpl.setAttributes(org.xml.sax.Attributes).

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