AttributesImpl.SetAttributes(IAttributes) Method

Definition

Copy an entire Attributes object.

C#
[Android.Runtime.Register("setAttributes", "(Lorg/xml/sax/Attributes;)V", "GetSetAttributes_Lorg_xml_sax_Attributes_Handler")]
public virtual void SetAttributes (Org.Xml.Sax.IAttributes? atts);

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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35