Org.Xml.Sax.Ext.Attributes2Impl.SetSpecified Method
Assign a value to the "specified" flag of a specific attribute.

Syntax

[Android.Runtime.Register("setSpecified", "(IZ)V", "GetSetSpecified_IZHandler")]
public virtual void SetSpecified (int index, bool value)

Parameters

index
The index of the attribute (zero-based).
value
The desired flag value.

Exceptions

TypeReason
Java.Lang.ArrayIndexOutOfBoundsExceptionWhen the supplied index does not identify an attribute.

Remarks

Assign a value to the "specified" flag of a specific attribute. This is the only way this flag can be cleared, except clearing by initialization with the copy constructor.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Ext
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1