DOMExceptionWRONG_DOCUMENT_ERR Field |
If a Node is used in a different document than the one that created it (that doesn't support it).
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic const ushort WRONG_DOCUMENT_ERR = 4
Public Const WRONG_DOCUMENT_ERR As UShort = 4
public:
literal unsigned short WRONG_DOCUMENT_ERR = 4
static val mutable WRONG_DOCUMENT_ERR: uint16
Field Value
Type:
UInt16
See Also