DOMException.InuseAttributeErr Field

Definition

If an attempt is made to add an attribute that is already in use elsewhere.

[Android.Runtime.Register("INUSE_ATTRIBUTE_ERR")]
public const short InuseAttributeErr = 10;
[<Android.Runtime.Register("INUSE_ATTRIBUTE_ERR")>]
val mutable InuseAttributeErr : int16

Field Value

Value = 10
Attributes

Remarks

If an attempt is made to add an attribute that is already in use elsewhere.

Java documentation for org.w3c.dom.DOMException.INUSE_ATTRIBUTE_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