didou Wed Mar 23 11:59:22 2005 EDT
Modified files: /phpdoc/en/reference/dom reference.xml Log: Document DOMNodeList properties Comment DOMNameList (not implemented yet and confusing) # fix bug #32416 http://cvs.php.net/diff.php/phpdoc/en/reference/dom/reference.xml?r1=1.18&r2=1.19&ty=u Index: phpdoc/en/reference/dom/reference.xml diff -u phpdoc/en/reference/dom/reference.xml:1.18 phpdoc/en/reference/dom/reference.xml:1.19 --- phpdoc/en/reference/dom/reference.xml:1.18 Tue Mar 22 05:56:31 2005 +++ phpdoc/en/reference/dom/reference.xml Wed Mar 23 11:59:22 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.18 $ --> +<!-- $Revision: 1.19 $ --> <reference id="ref.dom"> <title>DOM Functions</title> <titleabbrev>DOM</titleabbrev> @@ -778,12 +778,12 @@ </section> </section> - <section id='dom.class.domnamelist'> +<!-- <section id='dom.class.domnamelist'> <title><classname>DOMNameList</classname></title> <para> </para> -<!-- <section id='dom.class.domnamelist.methods'> + <section id='dom.class.domnamelist.methods'> &reftitle.methods; <itemizedlist> <listitem> @@ -793,7 +793,7 @@ <para><xref linkend='function.dom-domnamelist-getnamespaceuri' /> - </para> </listitem> </itemizedlist> - </section>--> + </section> <section id='dom.class.domnamelist.properties'> &reftitle.properties; <table> @@ -822,7 +822,7 @@ </tgroup> </table> </section> - </section> + </section>--> <section id='dom.class.domnode'> <title><classname>DOMNode</classname></title> @@ -1019,6 +1019,48 @@ </section> </section> + <section id='dom.class.domnodelist'> + <title><classname>DOMNodeList</classname></title> + <para> + + </para> + <section id='dom.class.domnodelist.methods'> + &reftitle.methods; + <itemizedlist> + <listitem> + <para><xref linkend='function.dom-domnodelist-item' /> - Retrieves a node specified by index</para> + </listitem> + </itemizedlist> + </section> + <section id='dom.class.domnodelist.properties'> + &reftitle.properties; + <table> + <title/> + <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 nodes in the list. The range of valid child node + indices is 0 to <literal>length - 1</literal> inclusive. + </entry> + </row> + </tbody> + </tgroup> + </table> + </section> + </section> + <section id='dom.class.domnotation'> <title><classname>DOMNotation</classname></title> <para>