Org.Xml.Sax.Ext.IAttributes2.IsSpecified Method
Returns true unless the attribute value was provided by DTD defaulting.

Syntax

[Android.Runtime.Register("isSpecified", "(I)Z", "GetIsSpecified_IHandler:Org.Xml.Sax.Ext.IAttributes2Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool IsSpecified (int index)

Parameters

index
The attribute index (zero-based).

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Returns true unless the attribute value was provided by DTD defaulting.

[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