language/predefined/iterator/valid.xml
460f49a93d103cac99556147cb9325b095ca3d42
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="iterator.valid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Iterator::valid</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>abstract</modifier> <modifier>public</modifier> <type>bool</type><methodname>Iterator::valid</methodname>
14
-
<void />
11
+
<methodsynopsis role="Iterator">
12
+
<modifier>public</modifier> <type>bool</type><methodname>Iterator::valid</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
This method is called after <methodname>Iterator::rewind</methodname> and
...
...
@@ -28,13 +27,12 @@
28
27
<refsect1 role="returnvalues">
29
28
&reftitle.returnvalues;
30
29
<para>
31
-
The return value will be casted to <type>boolean</type> and then evaluated.
30
+
The return value will be casted to <type>bool</type> and then evaluated.
32
31
&return.success;
33
32
</para>
34
33
</refsect1>
35
34

36
35
</refentry>
37
-

38
36
<!-- Keep this comment at the end of the file
39
37
Local variables:
40
38
mode: sgml
...
...
@@ -55,4 +53,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
55
53
vim: et tw=78 syn=sgml
56
54
vi: ts=1 sw=1
57
55
-->
58
-

59
56