From 3682c77eb234adff717f2bbaf589a5ce80af15be Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 17 Dec 2004 12:26:10 +0000 Subject: [PATCH] update the constants definition # from http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174969 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dom/constants.xml | 89 ++++++++++++++++++++++++------------- 1 file changed, 59 insertions(+), 30 deletions(-) diff --git a/reference/dom/constants.xml b/reference/dom/constants.xml index e8416541ea..14ef487776 100644 --- a/reference/dom/constants.xml +++ b/reference/dom/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -20,7 +20,7 @@ (integer) 1 - Node is an element + Node is a DOMElement @@ -28,7 +28,7 @@ (integer) 2 - Node is an attribute + Node is a DOMAttr @@ -36,7 +36,7 @@ (integer) 3 - Node is a piece of text + Node is a DOMText @@ -44,7 +44,7 @@ (integer) 4 - + Node is a DOMCharacterData @@ -52,7 +52,7 @@ (integer) 5 - + Node is a DOMEntityReference @@ -60,7 +60,7 @@ (integer) 6 - Node is an entity like   + Node is a DOMEntity @@ -68,7 +68,7 @@ (integer) 7 - Node is a processing instruction + Node is a DOMProcessingInstruction @@ -76,7 +76,7 @@ (integer) 8 - Node is a comment + Node is a DOMComment @@ -84,7 +84,7 @@ (integer) 9 - Node is a document + Node is a DOMDocument @@ -92,7 +92,7 @@ (integer) 10 - + Node is a DOMDocumentType @@ -100,7 +100,7 @@ (integer) 11 - + Node is a DOMDocumentFragment @@ -108,7 +108,7 @@ (integer) 12 - + Node is a DOMNotation @@ -250,7 +250,9 @@ (integer) 1 - + + If index or size is negative, or greater than the allowed value. + @@ -258,16 +260,18 @@ (integer) 2 - + + If the specified range of text does not fit into a + DOMString. + - DOM_HIERARCHY_REQUEST_ERR (integer) 3 - + If any node is inserted somewhere it doesn't belong @@ -275,7 +279,9 @@ (integer) 4 - + + If a node is used in a different document than the one that created it. + @@ -283,7 +289,9 @@ (integer) 5 - + + If an invalid or illegal character is specified, such as in a name. + @@ -291,7 +299,9 @@ (integer) 6 - + + If data is specified for a node which does not support data. + @@ -299,7 +309,9 @@ (integer) 7 - + + If an attempt is made to modify an object where modifications are not allowed. + @@ -307,7 +319,9 @@ (integer) 8 - + + If an attempt is made to reference a node in a context where it does not exist. + @@ -315,7 +329,9 @@ (integer) 9 - + + If the implementation does not support the requested type of object or operation. + @@ -323,7 +339,9 @@ (integer) 10 - + + If an attempt is made to add an attribute that is already in use elsewhere. + @@ -331,7 +349,9 @@ (integer) 11 - + + If an attempt is made to use an object that is not, or is no longer, usable. + @@ -339,7 +359,7 @@ (integer) 12 - + If an invalid or illegal string is specified. @@ -347,7 +367,7 @@ (integer) 13 - + If an attempt is made to modify the type of the underlying object. @@ -355,7 +375,10 @@ (integer) 14 - + + If an attempt is made to create or change an object in a way which is + incorrect with regard to namespaces. + @@ -363,7 +386,9 @@ (integer) 15 - + + If a parameter or an operation is not supported by the underlying object. + @@ -371,7 +396,11 @@ (integer) 16 - + + 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. +