reference/dom/domelement/setidattributens.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -7,15 +7,15 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="DOMElement">
11
11
<modifier>public</modifier> <type>void</type><methodname>DOMElement::setIdAttributeNS</methodname>
12
-
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
13
-
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
12
+
<methodparam><type>string</type><parameter>namespace</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>qualifiedName</parameter></methodparam>
14
14
<methodparam><type>bool</type><parameter>isId</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
Declares the attribute specified by <parameter>localName</parameter> and
18
-
<parameter>namespaceURI</parameter> to be of type ID.
17
+
Declares the attribute specified by <parameter>qualifiedName</parameter> and
18
+
<parameter>namespace</parameter> to be of type ID.
19
19
</para>
20
20
</refsect1>
21
21
<refsect1 role="parameters">
...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>namespaceURI</parameter></term>
26
+
<term><parameter>namespace</parameter></term>
27
27
<listitem>
28
28
<para>
29
29
The namespace URI of the attribute.
...
...
@@ -31,7 +31,7 @@
31
31
</listitem>
32
32
</varlistentry>
33
33
<varlistentry>
34
-
<term><parameter>localName</parameter></term>
34
+
<term><parameter>qualifiedName</parameter></term>
35
35
<listitem>
36
36
<para>
37
37
The local name of the attribute, as <literal>prefix:tagname</literal>.
...
...
@@ -94,7 +94,6 @@
94
94
</refsect1>
95
95

96
96
</refentry>
97
-

98
97
<!-- Keep this comment at the end of the file
99
98
Local variables:
100
99
mode: sgml
101
100