Share via


DOMException.NamespaceErr Field

Definition

If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.

[Android.Runtime.Register("NAMESPACE_ERR")]
public const short NamespaceErr = 14;
[<Android.Runtime.Register("NAMESPACE_ERR")>]
val mutable NamespaceErr : int16

Field Value

Value = 14
Attributes

Remarks

If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.

Added in DOM Level 2.

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