Org.Xml.Sax.Ext.Attributes2Impl.IsSpecified Method
Returns the current value of an attribute's "specified" flag.

Syntax

[Android.Runtime.Register("isSpecified", "(Ljava/lang/String;)Z", "GetIsSpecified_Ljava_lang_String_Handler")]
public virtual bool IsSpecified (string qName)

Parameters

qName
The XML qualified (prefixed) name.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionWhen the supplied name does not identify an attribute.

Remarks

Returns the current value of an attribute's "specified" flag.

[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