Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- toString
Member Data
- ABORT_ERR
- code
- DOMSTRING_SIZE_ERR
- HIERARCHY_REQUEST_ERR
- INDEX_SIZE_ERR
- INUSE_ATTRIBUTE_ERR
- INVALID_ACCESS_ERR
- INVALID_CHARACTER_ERR
- INVALID_MODIFICATION_ERR
- INVALID_STATE_ERR
- message
- name
- NAMESPACE_ERR
- NETWORK_ERR
- NO_DATA_ALLOWED_ERR
- NO_MODIFICATION_ALLOWED_ERR
- NOT_FOUND_ERR
- NOT_SUPPORTED_ERR
- QUOTA_EXCEEDED_ERR
- SECURITY_ERR
- SYNTAX_ERR
- TYPE_MISMATCH_ERR
- URL_MISMATCH_ERR
- VALIDATION_ERR
- WRONG_DOCUMENT_ERR
const unsigned short ABORT_ERR = 20;
readonly attribute unsigned short code;
const unsigned short DOMSTRING_SIZE_ERR = 2;
const unsigned short HIERARCHY_REQUEST_ERR = 3;
const unsigned short INDEX_SIZE_ERR = 1;
const unsigned short INUSE_ATTRIBUTE_ERR = 10;
const unsigned short INVALID_ACCESS_ERR = 15;
const unsigned short INVALID_CHARACTER_ERR = 5;
const unsigned short INVALID_MODIFICATION_ERR = 13;
const unsigned short INVALID_STATE_ERR = 11;
readonly attribute DOMString message;
readonly attribute DOMString name;
const unsigned short NAMESPACE_ERR = 14;
const unsigned short NETWORK_ERR = 19;
const unsigned short NO_DATA_ALLOWED_ERR = 6;
const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7;
const unsigned short NOT_FOUND_ERR = 8;
const unsigned short NOT_SUPPORTED_ERR = 9;
const unsigned short QUOTA_EXCEEDED_ERR = 22;
const unsigned short SECURITY_ERR = 18;
const unsigned short SYNTAX_ERR = 12;
const unsigned short TYPE_MISMATCH_ERR = 17;
const unsigned short URL_MISMATCH_ERR = 21;
const unsigned short VALIDATION_ERR = 16;
const unsigned short WRONG_DOCUMENT_ERR = 4;
Last Updated: 2009-05-29