reference/dom/domelement/setidattribute.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -7,13 +7,13 @@
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::setIdAttribute</methodname>
12
-
<methodparam><type>string</type><parameter>name</parameter></methodparam>
12
+
<methodparam><type>string</type><parameter>qualifiedName</parameter></methodparam>
13
13
<methodparam><type>bool</type><parameter>isId</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
-
Declares the attribute <parameter>name</parameter> to be of type ID.
16
+
Declares the attribute <parameter>qualifiedName</parameter> to be of type ID.
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>name</parameter></term>
24
+
<term><parameter>qualifiedName</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
The name of the attribute.
...
...
@@ -32,7 +32,7 @@
32
32
<term><parameter>isId</parameter></term>
33
33
<listitem>
34
34
<para>
35
-
Set it to &true; if you want <parameter>name</parameter> to be of type
35
+
Set it to &true; if you want <parameter>qualifiedName</parameter> to be of type
36
36
ID, &false; otherwise.
37
37
</para>
38
38
</listitem>
...
...
@@ -64,7 +64,7 @@
64
64
<term><constant>DOM_NOT_FOUND</constant></term>
65
65
<listitem>
66
66
<para>
67
-
Raised if <parameter>name</parameter> is not an attribute of this element.
67
+
Raised if <parameter>qualifiedName</parameter> is not an attribute of this element.
68
68
</para>
69
69
</listitem>
70
70
</varlistentry>
...
...
@@ -84,7 +84,6 @@
84
84
</refsect1>
85
85

86
86
</refentry>
87
-

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