DOMException.ValidationErr Field

Definition

If a call to a method such as insertBefore or removeChild would make the Node invalid with respect to "partial validity", this exception would be raised and the operation would not be done.

[Android.Runtime.Register("VALIDATION_ERR")]
public const short ValidationErr = 16;
[<Android.Runtime.Register("VALIDATION_ERR")>]
val mutable ValidationErr : int16

Field Value

Value = 16
Attributes

Remarks

If a call to a method such as insertBefore or removeChild would make the Node invalid with respect to "partial validity", this exception would be raised and the operation would not be done. This code is used in [DOM Level 3 Validation] . Refer to this specification for further information.

Added in DOM Level 3.

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