DOMException.NoDataAllowedErr Field

Definition

If data is specified for a Node which does not support data.

[Android.Runtime.Register("NO_DATA_ALLOWED_ERR")]
public const short NoDataAllowedErr = 6;
[<Android.Runtime.Register("NO_DATA_ALLOWED_ERR")>]
val mutable NoDataAllowedErr : int16

Field Value

Value = 6
Attributes

Remarks

If data is specified for a Node which does not support data.

Java documentation for org.w3c.dom.DOMException.NO_DATA_ALLOWED_ERR.

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