From cf7a5097a7269f7602684344d4f40c1c146383d5 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sat, 30 Dec 2006 01:26:53 +0000 Subject: [PATCH] Document DOMDocument->normalizeDocument() and remove DOMDocument->normalize() which never existed and never will git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226012 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/dom-domdocument-normalize.xml | 58 ------------------- .../dom-domdocument-normalizedocument.xml | 40 +++++++++---- .../dom/functions/dom-domnode-normalize.xml | 7 ++- reference/dom/reference.xml | 4 +- 4 files changed, 37 insertions(+), 72 deletions(-) delete mode 100644 reference/dom/functions/dom-domdocument-normalize.xml diff --git a/reference/dom/functions/dom-domdocument-normalize.xml b/reference/dom/functions/dom-domdocument-normalize.xml deleted file mode 100644 index 1000ea5350..0000000000 --- a/reference/dom/functions/dom-domdocument-normalize.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - DOMDocument->normalize() - - Normalizes the document - - - - &reftitle.description; - - DOMDocument - - voidnormalize - - - - - Normalizes the document. - - - - &reftitle.returnvalues; - - &return.void; - - - - &reftitle.seealso; - - - - - - - - - diff --git a/reference/dom/functions/dom-domdocument-normalizedocument.xml b/reference/dom/functions/dom-domdocument-normalizedocument.xml index feda507b45..8c0fd98431 100644 --- a/reference/dom/functions/dom-domdocument-normalizedocument.xml +++ b/reference/dom/functions/dom-domdocument-normalizedocument.xml @@ -1,23 +1,43 @@ - + - DOMDocument::normalizeDocument - Acts as if the document was going through a save and load cycle, putting the document in a "normal" form + DOMDocument->normalizeDocument() + Normalizes the document &reftitle.description; - - voidDOMDocument::normalizeDocument - - + + DOMDocument + + voidnormalizeDocument + + + - Specification + This method acts as if you saved and then loaded the document, putting the + document in a "normal" form. + + + + &reftitle.returnvalues; + + &return.void; + + - &warn.undocumented.func; - + + &reftitle.seealso; + + + + The DOM Specification + + + + diff --git a/reference/dom/functions/dom-domnode-normalize.xml b/reference/dom/functions/dom-domnode-normalize.xml index a8270ebd2f..9d1ed813e7 100644 --- a/reference/dom/functions/dom-domnode-normalize.xml +++ b/reference/dom/functions/dom-domnode-normalize.xml @@ -1,5 +1,5 @@ - + DOMNode->normalize() @@ -30,7 +30,10 @@ &reftitle.seealso; - + + The DOM Specification + + diff --git a/reference/dom/reference.xml b/reference/dom/reference.xml index 157a8327fe..455280ffce 100644 --- a/reference/dom/reference.xml +++ b/reference/dom/reference.xml @@ -1,5 +1,5 @@ - + @@ -254,7 +254,7 @@ - Load XML from a string - - Normalizes document + - Normalizes the document - Performs relaxNG validation on the document