reference/spl/norewinditerator.xml
14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.norewinditerator" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
3
+
<phpdoc:classref xml:id="class.norewinditerator" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
4
4
<title>The NoRewindIterator class</title>
5
5
<titleabbrev>NoRewindIterator</titleabbrev>
6
6

...
...
@@ -10,7 +10,7 @@
10
10
<section xml:id="norewinditerator.intro">
11
11
&reftitle.intro;
12
12
<para>
13
-
This iterator cannot be rewound.
13
+
This iterator ignores rewind operations. This allows processing an iterator in multiple partial foreach loops.
14
14
</para>
15
15
</section>
16
16
<!-- }}} -->
...
...
@@ -19,36 +19,28 @@
19
19
&reftitle.classsynopsis;
20
20

21
21
<!-- {{{ Synopsis -->
22
-
<classsynopsis>
23
-
<ooclass><classname>NoRewindIterator</classname></ooclass>
22
+
<classsynopsis class="class">
23
+
<ooclass>
24
+
<classname>NoRewindIterator</classname>
25
+
</ooclass>
24
26

25
-
<!-- {{{ Class synopsis -->
26
-
<classsynopsisinfo>
27
-
<ooclass>
28
-
<classname>NoRewindIterator</classname>
29
-
</ooclass>
30
-

31
-
<ooclass>
32
-
<modifier>extends</modifier>
33
-
<classname>IteratorIterator</classname>
34
-
</ooclass>
35
-

36
-
</classsynopsisinfo>
37
-
<!-- }}} -->
38
-

39
-
<!-- {{{ If the property is documented below (xml:id=norewinditerator.props) use this
40
-
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
41
-
<fieldsynopsis>
42
-
<modifier>public</modifier>
43
-
<type>string</type>
44
-
<varname linkend="norewinditerator.props.name">name</varname>
45
-
</fieldsynopsis>
46
-
}}} -->
27
+
<ooclass>
28
+
<modifier>extends</modifier>
29
+
<classname>IteratorIterator</classname>
30
+
</ooclass>
47
31

48
32
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
49
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.norewinditerator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
33
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.norewinditerator')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='NoRewindIterator'])">
34
+
<xi:fallback/>
35
+
</xi:include>
36
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.norewinditerator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='NoRewindIterator'])">
37
+
<xi:fallback/>
38
+
</xi:include>
39
+

50
40
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
51
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.iteratoriterator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
41
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.iteratoriterator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='IteratorIterator'])">
42
+
<xi:fallback/>
43
+
</xi:include>
52
44
</classsynopsis>
53
45

54
46
</section>
...
...
@@ -72,7 +64,6 @@
72
64
&reference.spl.entities.norewinditerator;
73
65

74
66
</phpdoc:classref>
75
-

76
67
<!-- Keep this comment at the end of the file
77
68
Local variables:
78
69
mode: sgml
...
...
@@ -93,4 +84,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
93
84
vim: et tw=78 syn=sgml
94
85
vi: ts=1 sw=1
95
86
-->
96
-

97
87