DOMException.WrongDocumentErr Field

Definition

If a Node is used in a different document than the one that created it (that doesn't support it).

[Android.Runtime.Register("WRONG_DOCUMENT_ERR")]
public const short WrongDocumentErr = 4;
[<Android.Runtime.Register("WRONG_DOCUMENT_ERR")>]
val mutable WrongDocumentErr : int16

Field Value

Value = 4
Attributes

Remarks

If a Node is used in a different document than the one that created it (that doesn't support it).

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