diff --git a/reference/dom/constants.xml b/reference/dom/constants.xml
index 15c5dd74e6d7..0ba2b3b60248 100644
--- a/reference/dom/constants.xml
+++ b/reference/dom/constants.xml
@@ -302,7 +302,7 @@
- DOM_INDEX_SIZE_ERR / Dom\INDEX_SIZE_ERR
+ DOM_INDEX_SIZE_ERR
(int)
1
@@ -310,9 +310,17 @@
If index or size is negative, or greater than the allowed value.
+
+
+ Dom\INDEX_SIZE_ERR
+ (int)
+
+ 1
+ &Alias; DOM_INDEX_SIZE_ERR.
+
- DOMSTRING_SIZE_ERR / Dom\STRING_SIZE_ERR
+ DOMSTRING_SIZE_ERR
(int)
2
@@ -321,17 +329,33 @@
string.
+
+
+ Dom\STRING_SIZE_ERR
+ (int)
+
+ 2
+ &Alias; DOMSTRING_SIZE_ERR.
+
- DOM_HIERARCHY_REQUEST_ERR / Dom\HIERARCHY_REQUEST_ERR
+ DOM_HIERARCHY_REQUEST_ERR
(int)
3
If any node is inserted somewhere it doesn't belong
+
+
+ Dom\HIERARCHY_REQUEST_ERR
+ (int)
+
+ 3
+ &Alias; DOM_HIERARCHY_REQUEST_ERR.
+
- DOM_WRONG_DOCUMENT_ERR / Dom\WRONG_DOCUMENT_ERR
+ DOM_WRONG_DOCUMENT_ERR
(int)
4
@@ -339,9 +363,17 @@
If a node is used in a different document than the one that created it.
+
+
+ Dom\WRONG_DOCUMENT_ERR
+ (int)
+
+ 4
+ &Alias; DOM_WRONG_DOCUMENT_ERR.
+
- DOM_INVALID_CHARACTER_ERR / Dom\INVALID_CHARACTER_ERR
+ DOM_INVALID_CHARACTER_ERR
(int)
5
@@ -349,9 +381,19 @@
If an invalid or illegal character is specified, such as in a name.
+
+
+ Dom\INVALID_CHARACTER_ERR
+ (int)
+
+ 5
+
+ &Alias; DOM_INVALID_CHARACTER_ERR.
+
+
- DOM_NO_DATA_ALLOWED_ERR / Dom\NO_DATA_ALLOWED_ERR
+ DOM_NO_DATA_ALLOWED_ERR
(int)
6
@@ -359,9 +401,19 @@
If data is specified for a node which does not support data.
+
+
+ Dom\NO_DATA_ALLOWED_ERR
+ (int)
+
+ 6
+
+ &Alias; DOM_NO_DATA_ALLOWED_ERR.
+
+
- DOM_NO_MODIFICATION_ALLOWED_ERR / Dom\NO_MODIFICATION_ALLOWED_ERR
+ DOM_NO_MODIFICATION_ALLOWED_ERR
(int)
7
@@ -369,9 +421,19 @@
If an attempt is made to modify an object where modifications are not allowed.
+
+
+ Dom\NO_MODIFICATION_ALLOWED_ERR
+ (int)
+
+ 7
+
+ &Alias; DOM_NO_MODIFICATION_ALLOWED_ERR.
+
+
- DOM_NOT_FOUND_ERR / Dom\NOT_FOUND_ERR
+ DOM_NOT_FOUND_ERR
(int)
8
@@ -379,9 +441,19 @@
If an attempt is made to reference a node in a context where it does not exist.
+
+
+ Dom\NOT_FOUND_ERR
+ (int)
+
+ 8
+
+ &Alias; DOM_NOT_FOUND_ERR.
+
+
- DOM_NOT_SUPPORTED_ERR / Dom\NOT_SUPPORTED_ERR
+ DOM_NOT_SUPPORTED_ERR
(int)
9
@@ -389,9 +461,19 @@
If the implementation does not support the requested type of object or operation.
+
+
+ Dom\NOT_SUPPORTED_ERR
+ (int)
+
+ 9
+
+ &Alias; DOM_NOT_SUPPORTED_ERR.
+
+
- DOM_INUSE_ATTRIBUTE_ERR / Dom\INUSE_ATTRIBUTE_ERR
+ DOM_INUSE_ATTRIBUTE_ERR
(int)
10
@@ -399,9 +481,17 @@
If an attempt is made to add an attribute that is already in use elsewhere.
+
+
+ Dom\INUSE_ATTRIBUTE_ERR
+ (int)
+
+ 10
+ &Alias; DOM_INUSE_ATTRIBUTE_ERR.
+
- DOM_INVALID_STATE_ERR / Dom\INVALID_STATE_ERR
+ DOM_INVALID_STATE_ERR
(int)
11
@@ -409,25 +499,51 @@
If an attempt is made to use an object that is not, or is no longer, usable.
+
+
+ Dom\INVALID_STATE_ERR
+ (int)
+
+ 11
+
+ &Alias; DOM_INVALID_STATE_ERR.
+
+
- DOM_SYNTAX_ERR / Dom\SYNTAX_ERR
+ DOM_SYNTAX_ERR
(int)
12
If an invalid or illegal string is specified.
+
+
+ Dom\SYNTAX_ERR
+ (int)
+
+ 12
+ &Alias; DOM_SYNTAX_ERR.
+
- DOM_INVALID_MODIFICATION_ERR / Dom\INVALID_MODIFICATION_ERR
+ DOM_INVALID_MODIFICATION_ERR
(int)
13
If an attempt is made to modify the type of the underlying object.
+
+
+ Dom\INVALID_MODIFICATION_ERR
+ (int)
+
+ 13
+ &Alias; DOM_INVALID_MODIFICATION_ERR.
+
- DOM_NAMESPACE_ERR / Dom\NAMESPACE_ERR
+ DOM_NAMESPACE_ERR
(int)
14
@@ -436,9 +552,17 @@
incorrect with regard to namespaces.
+
+
+ Dom\NAMESPACE_ERR
+ (int)
+
+ 14
+ &Alias; DOM_NAMESPACE_ERR.
+
- DOM_INVALID_ACCESS_ERR / Dom\INVALID_ACCESS_ERR
+ DOM_INVALID_ACCESS_ERR
(int)
15
@@ -446,9 +570,17 @@
If a parameter or an operation is not supported by the underlying object.
+
+
+ Dom\INVALID_ACCESS_ERR
+ (int)
+
+ 15
+ &Alias; DOM_INVALID_ACCESS_ERR.
+
- DOM_VALIDATION_ERR / Dom\VALIDATION_ERR
+ DOM_VALIDATION_ERR
(int)
16
@@ -458,6 +590,14 @@
the operation would not be done.
+
+
+ Dom\VALIDATION_ERR
+ (int)
+
+ 16
+ &Alias; DOM_VALIDATION_ERR.
+