reference/dom/domelement/getattribute.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,18 +1,18 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='domelement.getattribute' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="domelement.getattribute" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DOMElement::getAttribute</refname>
6
6
<refpurpose>Returns value of attribute</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="DOMElement">
11
11
<modifier>public</modifier> <type>string</type><methodname>DOMElement::getAttribute</methodname>
12
-
<methodparam><type>string</type><parameter>name</parameter></methodparam>
12
+
<methodparam><type>string</type><parameter>qualifiedName</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
-
Gets the value of the attribute with name <parameter>name</parameter>
15
+
Gets the value of the attribute with name <parameter>qualifiedName</parameter>
16
16
for the current node.
17
17
</para>
18
18
</refsect1>
...
...
@@ -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.
...
...
@@ -35,7 +35,7 @@
35
35
&reftitle.returnvalues;
36
36
<para>
37
37
The value of the attribute, or an empty string if no attribute with the
38
-
given <parameter>name</parameter> is found.
38
+
given <parameter>qualifiedName</parameter> is found.
39
39
</para>
40
40
</refsect1>
41
41
<refsect1 role="seealso">
...
...
@@ -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