reference/dom/domdocument/getelementsbytagname.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -7,9 +7,9 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="DOMDocument">
11
11
<modifier>public</modifier> <type>DOMNodeList</type><methodname>DOMDocument::getElementsByTagName</methodname>
12
-
<methodparam><type>string</type><parameter>name</parameter></methodparam>
12
+
<methodparam><type>string</type><parameter>qualifiedName</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
This function returns a new instance of class
...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>name</parameter></term>
25
+
<term><parameter>qualifiedName</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
The local name (without namespace) of the tag to match on. The special value <literal>*</literal>
...
...
@@ -86,7 +86,6 @@ Clean Code
86
86
</para>
87
87
</refsect1>
88
88
</refentry>
89
-

90
89
<!-- Keep this comment at the end of the file
91
90
Local variables:
92
91
mode: sgml
93
92