reference/dom/domnode/hasattributes.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='domnode.hasattributes' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="domnode.hasattributes" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DOMNode::hasAttributes</refname>
6
6
<refpurpose>
...
...
@@ -9,7 +9,7 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<methodsynopsis role="DOMNode">
13
13
<modifier>public</modifier> <type>bool</type><methodname>DOMNode::hasAttributes</methodname>
14
14
<void/>
15
15
</methodsynopsis>
...
...
@@ -18,6 +18,12 @@
18
18
an <constant>XML_ELEMENT_NODE</constant>.
19
19
</para>
20
20
</refsect1>
21
+

22
+
<refsect1 role="parameters">
23
+
&reftitle.parameters;
24
+
&no.function.parameters;
25
+
</refsect1>
26
+
21
27
<refsect1 role="returnvalues">
22
28
&reftitle.returnvalues;
23
29
<para>
...
...
@@ -33,7 +39,6 @@
33
39
</para>
34
40
</refsect1>
35
41
</refentry>
36
-

37
42
<!-- Keep this comment at the end of the file
38
43
Local variables:
39
44
mode: sgml
40
45