vrana           Fri Mar 23 14:22:09 2007 UTC

  Modified files:              
    /phpdoc/en/reference/dom    reference.xml 
  Log:
  Add DOMNamedNodeMap to Predefined Classes (bug #40803)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dom/reference.xml?r1=1.27&r2=1.28&diff_format=u
Index: phpdoc/en/reference/dom/reference.xml
diff -u phpdoc/en/reference/dom/reference.xml:1.27 
phpdoc/en/reference/dom/reference.xml:1.28
--- phpdoc/en/reference/dom/reference.xml:1.27  Sat Dec 30 02:50:59 2006
+++ phpdoc/en/reference/dom/reference.xml       Fri Mar 23 14:22:09 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
 <!-- Purpose: xml -->
 <!-- Membership: bundled, external -->
 
@@ -814,6 +814,24 @@
      </section>
     </section>
     
+    <section id='dom.class.domnamednodemap'>
+     <title><classname>DOMNamedNodeMap</classname></title>
+     <section id='dom.class.domnamednodemap.methods'>
+      &reftitle.methods;
+      <itemizedlist>
+       <listitem>
+        <para><xref linkend='function.dom-domnamednodemap-getnameditem' /> - 
Retrieves a node specified by name</para>
+       </listitem>
+       <listitem>
+        <para><xref linkend='function.dom-domnamednodemap-getnameditemns' /> - 
Retrieves a node specified by local name and namespace URI</para>
+       </listitem>
+       <listitem>
+        <para><xref linkend='function.dom-domnamednodemap-item' /> - Retrieves 
a node specified by index</para>
+       </listitem>
+      </itemizedlist>
+     </section>
+    </section>
+    
 <!--    <section id='dom.class.domnamelist'>
      <title><classname>DOMNameList</classname></title>
      <para>

Reply via email to