reference/dom/domnode/isdefaultnamespace.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -7,13 +7,13 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="DOMNode">
11
11
<modifier>public</modifier> <type>bool</type><methodname>DOMNode::isDefaultNamespace</methodname>
12
-
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
12
+
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
13
13
</methodsynopsis>
14
14
15
15
<para>
16
-
Tells whether <parameter>namespaceURI</parameter> is the default namespace.
16
+
Tells whether <parameter>namespace</parameter> is the default namespace.
17
17
</para>
18
18
</refsect1>
19
19
<refsect1 role="parameters">
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>namespaceURI</parameter></term>
24
+
<term><parameter>namespace</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
The namespace URI to look for.
...
...
@@ -34,13 +34,12 @@
34
34
<refsect1 role="returnvalues">
35
35
&reftitle.returnvalues;
36
36
<para>
37
-
Return &true; if <parameter>namespaceURI</parameter> is the default
37
+
Return &true; if <parameter>namespace</parameter> is the default
38
38
namespace, &false; otherwise.
39
39
</para>
40
40
</refsect1>
41
41

42
42
</refentry>
43
-

44
43
<!-- Keep this comment at the end of the file
45
44
Local variables:
46
45
mode: sgml
47
46