Haxe API Documentation
Back |
Indexextern class js.html.DOMCoreException
Available in js
- var code(default,null) : Int
- var message(default,null) : String
- var name(default,null) : String
- function toString() : String
- static inline var ABORT_ERR : Int
- static inline var DATA_CLONE_ERR : Int
- static inline var DOMSTRING_SIZE_ERR : Int
- static inline var HIERARCHY_REQUEST_ERR : Int
- static inline var INDEX_SIZE_ERR : Int
- static inline var INUSE_ATTRIBUTE_ERR : Int
- static inline var INVALID_ACCESS_ERR : Int
- static inline var INVALID_CHARACTER_ERR : Int
- static inline var INVALID_MODIFICATION_ERR : Int
- static inline var INVALID_NODE_TYPE_ERR : Int
- static inline var INVALID_STATE_ERR : Int
- static inline var NAMESPACE_ERR : Int
- static inline var NETWORK_ERR : Int
- static inline var NOT_FOUND_ERR : Int
- static inline var NOT_SUPPORTED_ERR : Int
- static inline var NO_DATA_ALLOWED_ERR : Int
- static inline var NO_MODIFICATION_ALLOWED_ERR : Int
- static inline var QUOTA_EXCEEDED_ERR : Int
- static inline var SECURITY_ERR : Int
- static inline var SYNTAX_ERR : Int
- static inline var TIMEOUT_ERR : Int
- static inline var TYPE_MISMATCH_ERR : Int
- static inline var URL_MISMATCH_ERR : Int
- static inline var VALIDATION_ERR : Int
- static inline var WRONG_DOCUMENT_ERR : Int
Back |
Index