Org.Xml.Sax.Ext.Attributes2Impl.IsDeclared Method
Returns false unless the attribute was declared in the DTD.

Syntax

[Android.Runtime.Register("isDeclared", "(I)Z", "GetIsDeclared_IHandler")]
public virtual bool IsDeclared (int index)

Parameters

index
The attribute index (zero-based).

Returns

Documentation for this section has not yet been entered.

Remarks

Returns false unless the attribute was declared in the DTD. This helps distinguish two kinds of attributes that SAX reports as CDATA: ones that were declared (and hence are usually valid), and those that were not (and which are never valid).

[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