From 5f549208e08a86c1c3d9d6af8e81db1d12e6b77d Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 31 Dec 2004 13:02:22 +0000 Subject: [PATCH] Document DOMNamedMap->XX() and remove DOMStringList (not implemented and not sure it have to be documented anyway) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176122 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../dom-domnamednodemap-getnameditem.xml | 76 +++++++++++----- .../dom-domnamednodemap-getnameditemns.xml | 88 +++++++++++++------ .../functions/dom-domnamednodemap-item.xml | 67 +++++++++----- .../dom/functions/dom-domstringlist-item.xml | 45 ---------- reference/dom/reference.xml | 49 +---------- 5 files changed, 163 insertions(+), 162 deletions(-) delete mode 100644 reference/dom/functions/dom-domstringlist-item.xml diff --git a/reference/dom/functions/dom-domnamednodemap-getnameditem.xml b/reference/dom/functions/dom-domnamednodemap-getnameditem.xml index 682d28469b..2f950765f9 100644 --- a/reference/dom/functions/dom-domnamednodemap-getnameditem.xml +++ b/reference/dom/functions/dom-domnamednodemap-getnameditem.xml @@ -1,27 +1,57 @@ - - - - DOMNamedNodeMap->getNamedItem - - Retrieves a node specified by name - - - - &reftitle.description; - - DOMNamedNodeMap - - DOMNode - getNamedItem - stringname - - - - Retrieves a node specified by name. - - - + + + + DOMNamedNodeMap->getNamedItem() + + Retrieves a node specified by name + + + + &reftitle.description; + + DOMNamedNodeMap + + DOMNode + getNamedItem + stringname + + + + Retrieves a node specified by its nodeName. + + + + &reftitle.parameters; + + + + name + + + The nodeName of the node to retrieve. + + + + + + + + &reftitle.returnvalues; + + A node (of any type) with the specified nodeName, or + &null; if no node is found. + + + + &reftitle.seealso; + + + + + + + - - - DOMNamedNodeMap->getNamedItemNS - - Retrieves a node specified by local name and namespace URI - - - - &reftitle.description; - - DOMNamedNodeMap - - DOMNode - getNamedItemNS - stringnamespaceURI - stringlocalName - - - - Retrieves a node specified by localName and - namespaceURI. - - - + + + + DOMNamedNodeMap->getNamedItemNS() + + Retrieves a node specified by local name and namespace URI + + + + &reftitle.description; + + DOMNamedNodeMap + + DOMNode + getNamedItemNS + stringnamespaceURI + stringlocalName + + + + Retrieves a node specified by localName and + namespaceURI. + + + + &reftitle.parameters; + + + + namespaceURI + + + The namespace URI of the node to retrieve. + + + + + localName + + + The local name of the node to retrieve. + + + + + + + + &reftitle.returnvalues; + + A node (of any type) with the specified local name and namespace URI, or + &null; if no node is found. + + + + &reftitle.seealso; + + + + + + + - - - DOMNamedNodeMap->item - Retrieves a node specified by index - - - &reftitle.description; - - DOMNamedNodeMap - - DOMNode - item - intindex - - - - Retrieves a node specified by index within the - DOMNamedNodeMap object. - - - + + + + DOMNamedNodeMap->item() + Retrieves a node specified by index + + + &reftitle.description; + + DOMNamedNodeMap + + DOMNode + item + intindex + + + + Retrieves a node specified by index within the + DOMNamedNodeMap object. + + + + &reftitle.parameters; + + + + index + + + Index into this map. + + + + + + + + &reftitle.returnvalues; + + The node at the indexth position in the map, or &null; + if that is not a valid index (greater than or equal to the number of nodes + in this map). + + + - - - DOMStringList->item - - Return the specified index of the collection - - - - &reftitle.description; - - DOMStringList - - DOMString - item - intindex - - - - Not implemented yet. - - - - - diff --git a/reference/dom/reference.xml b/reference/dom/reference.xml index a9302d3b7a..04f0c07484 100644 --- a/reference/dom/reference.xml +++ b/reference/dom/reference.xml @@ -1,5 +1,5 @@ - + DOM Functions DOM @@ -733,7 +733,6 @@ -
<classname>DOMNameList</classname> @@ -781,7 +780,6 @@
-
<classname>DOMNode</classname>
@@ -1013,7 +1011,6 @@
-
<classname>DOMProcessingInstruction</classname> @@ -1051,48 +1048,7 @@
- -
- <classname>DOMStringList</classname> - - - -
- &reftitle.methods; - - - - Return the specified index of the collection - - -
-
- &reftitle.properties; - - - <tgroup cols="4"> - <thead> - <row> - <entry>Name</entry> - <entry>Type</entry> - <entry>Read-only</entry> - <entry>Description</entry> - </row> - </thead> - <tbody> - <row> - <entry>length</entry> - <entry>int</entry> - <entry>yes</entry> - <entry> - The number of DOMStrings in the list. Not implemented yet, always return &true;. - </entry> - </row> - </tbody> - </tgroup> - </table> - </section> - </section> - + <section id='dom.class.domtext'> <title><classname>DOMText</classname> @@ -1135,7 +1091,6 @@ -
<classname>DOMXPath</classname>