DOMExceptionVALIDATION_ERR Field |
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.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public const ushort VALIDATION_ERR = 16
Public Const VALIDATION_ERR As UShort = 16
public:
literal unsigned short VALIDATION_ERR = 16
static val mutable VALIDATION_ERR: uint16
Field Value
Type:
UInt16See Also