reference/dom/domxpath/registernamespace.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -9,13 +9,13 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<methodsynopsis role="DOMXPath">
13
13
<modifier>public</modifier> <type>bool</type><methodname>DOMXPath::registerNamespace</methodname>
14
14
<methodparam><type>string</type><parameter>prefix</parameter></methodparam>
15
-
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
15
+
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
-
Registers the <parameter>namespaceURI</parameter> and
18
+
Registers the <parameter>namespace</parameter> and
19
19
<parameter>prefix</parameter> with the DOMXPath object.
20
20
</para>
21
21
</refsect1>
...
...
@@ -32,7 +32,7 @@
32
32
</listitem>
33
33
</varlistentry>
34
34
<varlistentry>
35
-
<term><parameter>namespaceURI</parameter></term>
35
+
<term><parameter>namespace</parameter></term>
36
36
<listitem>
37
37
<para>
38
38
The URI of the namespace.
...
...
@@ -49,7 +49,6 @@
49
49
</para>
50
50
</refsect1>
51
51
</refentry>
52
-

53
52
<!-- Keep this comment at the end of the file
54
53
Local variables:
55
54
mode: sgml
56
55