reference/dom/domdocument/getelementsbytagnamens.xml
842bbe35c608b95d04ba5c0e0f5eeb4bd4dcd799
...
...
@@ -9,9 +9,9 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<methodsynopsis role="DOMDocument">
13
13
<modifier>public</modifier> <type>DOMNodeList</type><methodname>DOMDocument::getElementsByTagNameNS</methodname>
14
-
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
14
+
<methodparam><type class="union"><type>string</type><type>null</type></type><parameter>namespace</parameter></methodparam>
15
15
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
...
...
@@ -24,11 +24,12 @@
24
24
<para>
25
25
<variablelist>
26
26
<varlistentry>
27
-
<term><parameter>namespaceURI</parameter></term>
27
+
<term><parameter>namespace</parameter></term>
28
28
<listitem>
29
29
<para>
30
30
The namespace URI of the elements to match on.
31
-
The special value <literal>*</literal> matches all namespaces.
31
+
The special value <literal>"*"</literal> matches all namespaces.
32
+
Passing &null; matches the empty namespace.
32
33
</para>
33
34
</listitem>
34
35
</varlistentry>
...
...
@@ -37,7 +38,7 @@
37
38
<listitem>
38
39
<para>
39
40
The local name of the elements to match on.
40
-
The special value <literal>*</literal> matches all local names.
41
+
The special value <literal>"*"</literal> matches all local names.
41
42
</para>
42
43
</listitem>
43
44
</varlistentry>
...
...
@@ -51,6 +52,29 @@
51
52
elements.
52
53
</para>
53
54
</refsect1>
55
+

56
+
<refsect1 role="changelog">
57
+
&reftitle.changelog;
58
+
<informaltable>
59
+
<tgroup cols="2">
60
+
<thead>
61
+
<row>
62
+
<entry>&Version;</entry>
63
+
<entry>&Description;</entry>
64
+
</row>
65
+
</thead>
66
+
<tbody>
67
+
<row>
68
+
<entry>8.0.3</entry>
69
+
<entry>
70
+
<parameter>namespace</parameter> is nullable now.
71
+
</entry>
72
+
</row>
73
+
</tbody>
74
+
</tgroup>
75
+
</informaltable>
76
+
</refsect1>
77
+

54
78
<refsect1 role="examples">
55
79
&reftitle.examples;
56
80
<para>
...
...
@@ -106,7 +130,6 @@ local name: fallback, prefix: xi
106
130
</para>
107
131
</refsect1>
108
132
</refentry>
109
-

110
133
<!-- Keep this comment at the end of the file
111
134
Local variables:
112
135
mode: sgml
113
136