reference/dom/domnode/haschildnodes.xml
4f5e2b22575131fa5e9c3004b1c874e1acb06573
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='domnode.haschildnodes' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="domnode.haschildnodes" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DOMNode::hasChildNodes</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::hasChildNodes</methodname>
14
14
<void/>
15
15
</methodsynopsis>
...
...
@@ -17,6 +17,12 @@
17
17
This function checks if the node has children.
18
18
</para>
19
19
</refsect1>
20
+

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

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